Slurpie v2.0b
Copyright (C) 1999. Adam Klosowicz aka HaPpY (katami@hotmail.com)
------------------------------------------------------------------

DESCRIPTION
-----------
Slurpie is a passwd file cracker similar to CrackerJack and John the
Ripper except that it can be run in a distributed environment
(multiple computers aka nodes).

INSTALLATION
------------
Simply type 'make all' to make slurpie and slurp. The makefile uses
gcc by default, otherwise change CC to point to a different compiler.

USAGE
-----
Before running slurpie you need to have a passwd file ( /etc/passwd
on most linux systems ) and optionally a dictionary file. Dictionary
files can be found on various hacking/cracking related sites.

single host:
   First run the node by running slurp. Add '-h' at the command line
   for a list of options. Then run slurpie in a separate process. For
   help on running slurpie type './slurpie -h'.
multiple hosts:
   To run slurpie in a distributed environment, do what you would do
   for a single host, but run slurp on any number of additional hosts
   and register their ip's and ports on separate lines in hosts.dat.
   By default, hosts.dat includes 127.0.0.1 15001 (the local host and
   default port number).

DISCLAIMER ( read this before using my code!! )
-----------------------------------------------

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Send any comments or questions to HaPpY (coati@jps.net)
For the GNU General Public License visit http://www.gnu.org/copyleft/gpl.html
