home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / crack.txt < prev    next >
Text File  |  1997-09-22  |  2KB  |  56 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR CRACK:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: Crack - Tries to guess users' passwords
  6.  
  7. Version: 5.0
  8.  
  9. Author(s): Alec David Edward Muffett <alecm@crypto.dircon.co.uk>
  10.  
  11.    Alec Muffett
  12.    Unix Network Security Consultant
  13.    Oxford, UK
  14.  
  15.    "I didn't invent the Unix Password Security problem.
  16.    I just optimised it." -- Alec D.E. Muffett
  17.  
  18. On the CD-ROM in: security/crack.tar
  19.  
  20. Ftp source: ftp.ox.ac.uk:/pub/comp/security/software/crackers/
  21. Web page: http://www.users.dircon.co.uk/~crypto/
  22.  
  23. Size on the CD: 8.1 MB (uncompressed)
  24.  
  25. Description:
  26.  
  27.    Crack is a freely-available program designed to find standard UNIX
  28.    eight-character DES encrypted passwords by standard guessing
  29.    techniques. It is written to be flexible, configurable and fast,
  30.    and to be able to make use of several networked hosts via the
  31.    Berkeley rsh program (or similar), where possible. 
  32.  
  33.    -- Quoted from Docs/readme.txt by Alec Muffett in the
  34.       crack_4.1 distribution.
  35.  
  36. Advertised architectures:
  37.  
  38.     Crack may be used to check passwords for most popular Unix password
  39.     systems (Trad Unix, bigcrypt(), crypt16(), FreeBSD and other MD5-based
  40.     systems), and patches are available on the Net to allow it to be used
  41.     to break Windows NT passwords on a Unix host.
  42.  
  43.     Crack 5 has been tested on Solaris, Linux, FreeBSD, NetBSD,
  44.     OSF/1 and Ultrix.
  45.  
  46. Prerequisites:
  47.  
  48.    * Unix-like operating system.
  49.    * C Compiler.
  50.    * Moderate amount of disk space.
  51.    * Lots of CPU time.
  52.    * PERMISSION FROM YOUR SYSADMIN.
  53.    * Root-privileges, quite possibly.
  54.    * "gzip" is extremely desirable.
  55.    * "perl", if networking/multiprocessing.
  56.