• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-1,203895

MakefileH A D03-May-2022294 75

READMEH A D30-Jan-19992.1 KiB5242

hosts.datH A D30-Jan-199917 31

README

1Slurpie v2.0b
2Copyright (C) 1999. Adam Klosowicz aka HaPpY (katami@hotmail.com)
3------------------------------------------------------------------
4
5DESCRIPTION
6-----------
7Slurpie is a passwd file cracker similar to CrackerJack and John the
8Ripper except that it can be run in a distributed environment
9(multiple computers aka nodes).
10
11INSTALLATION
12------------
13Simply type 'make all' to make slurpie and slurp. The makefile uses
14gcc by default, otherwise change CC to point to a different compiler.
15
16USAGE
17-----
18Before running slurpie you need to have a passwd file ( /etc/passwd
19on most linux systems ) and optionally a dictionary file. Dictionary
20files can be found on various hacking/cracking related sites.
21
22single host:
23   First run the node by running slurp. Add '-h' at the command line
24   for a list of options. Then run slurpie in a separate process. For
25   help on running slurpie type './slurpie -h'.
26multiple hosts:
27   To run slurpie in a distributed environment, do what you would do
28   for a single host, but run slurp on any number of additional hosts
29   and register their ip's and ports on separate lines in hosts.dat.
30   By default, hosts.dat includes 127.0.0.1 15001 (the local host and
31   default port number).
32
33DISCLAIMER ( read this before using my code!! )
34-----------------------------------------------
35
36This program is free software; you can redistribute it and/or
37modify it under the terms of the GNU General Public License
38as published by the Free Software Foundation; either version 2
39of the License, or (at your option) any later version.
40
41This program is distributed in the hope that it will be useful,
42but WITHOUT ANY WARRANTY; without even the implied warranty of
43MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
44GNU General Public License for more details.
45
46You should have received a copy of the GNU General Public License
47along with this program; if not, write to the Free Software
48Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
49
50Send any comments or questions to HaPpY (coati@jps.net)
51For the GNU General Public License visit http://www.gnu.org/copyleft/gpl.html
52