CRACK(8) | System Manager's Manual | CRACK(8) |
NAME¶
Crack, Reporter - programs to break password filesSYNOPSIS¶
Crack [options] [-fmt format] [file ...]DESCRIPTION¶
This manual page documents briefly the Crack, and Crack-Reporter commands. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, there is some documentation available at /usr/share/doc/crack which you are encouraged to read Crack is not a program designed to break the password of every user in the file. Rather, it is designed to find weak passwords in the file, by attacking those sorts of bad passwords which are most likely to be used, in the order in which they would most easily be found (ie: are most likely to be used by a moronic user).OPTIONS¶
A summary of options are included below. For Crack:- -makedict
- Creates and compresses the dictionaries Crack will use
- -makeonly
- Compiles the binaries for Crack (not necessary for Debian GNU/Linux since they are already provided)
- -debug
- Lets you see what the Crack script is doing.
- -recover
- Used when restarting an abnormally-terminated run; suppresses rebuild of the gecos-derived dictionaries.
- -fgnd
- Runs the password cracker in the foreground, with stdin, stdout and stderr attached to the usual places.
- -fmt format
- Specifies the input file format.
- -from N
- Starts password cracking from rule number "N".
- -keep
- Prevents deletion of the temporary file used to store the password cracker's input.
- E-Mail a warning message to anyone whose password is cracked. See the script nastygram.
- -network
- Runs the password cracker in network mode.
- -nice N
- Runs the password cracker at a reduced priority, so that other jobs can take priority over the CPU.
- -kill filename
- -remote
- Internal options used to support networking.
EXAMPLES¶
To run Crack# Crack -nice 10 /etc/passwd
mv run/Dhostname.N run/tempfilename
Crack -recover -fmt spf run/tempfilename
Crack [-recover] -from N filename ...