John the Ripper Cheatsheet
How to Install John the Ripper
John the Ripper installation:
Useful Commands for John the Ripper
--wordlist=[file]: Specify the wordlist to use
--rules: Enable word mangling rules for wordlist mode
--incremental: Use incremental mode
--mask=[mask]: Use mask mode for brute-forcing
--single: Use single crack mode
--format=[format]: Specify the hash format
--show: Show cracked passwords
--session=[name]: Save the session with the specified name
--restore=[name]: Restore the session with the specified name
--fork=[N]: Fork N processes
Examples of John the Ripper Commands
Crack a password hash using a wordlist:
Enable word mangling rules:
Use incremental mode for brute-forcing:
Use mask mode for brute-forcing:
Show cracked passwords:
Save and restore session:
username@machine_name:~$ john --restore=my_session
Fork multiple processes: