
                +--------------------------------------------+
                |+------------------------------------------+|
                ||   Saltine Cracker Internet Client v1.5   ||
                ||                                          ||
                |+-----------< Revised: 03feb99 >-----------+|
                +--------------------------------------------+

                        Produced by The Ambient Empire.
                    All content Copyright (C) 1999 aempirei.
                             All Rights reserved.

 * Saltine Cracker is a distributed password auditing environment.  It cur- *
 * rently impliments the MD4 NT Hash and UNIX LibDES Crypt(3) algorithms.   *
  
 +-< Ambient Empire >---------------------+ Please visit  us on the  web  and 
 |  URL: http://www.thegrid.net/gravitino | support  all of the (AE) members.
 | MAIL: chrisa@eeye.com                  | They work hard to bring you these
 +----------------------------------------+ fine productions.
 ____________________________________________________________________________
 ____________________________________________________________________________

 Please consult LISCENSE for liscense agreement

Saltine Cracker is a distributed password auditing environment that currently
impliments the MD4 NT Hash and UNIX LibDES Crypt(3) algorithms. 'scrack' is
the Internet Client to be used with KeDS (Key Distribution Server).
Information on KeDS can be found in 'keds.txt'

Type 'scrack' with no parameters at the command prompt to see the help.

Here are the parameters for scrack:
 
  scrack <hostname> [outputfile]

    <hostname>                  the IP address or hostname of the Key
                                Distribution Server
    [outputfile]                alternate file to store status and messages
                                ( default is to the screen )

Examples:

   scrack localhost
   scrack 206.187.12.4 scrack.log
   scrack k-i-p.ml.org status.output

It is reccomended that you execute 'scrack' using some command that is immune
to hang-ups and that will continue running after you logout.  The most
common command used is 'nohup'.

Example:
   nohup scrack suentze.ml.org scrack.log &
