Examples (8)
Crack password hashes
john path/to/hashes.txtShow passwords cracked
john --show path/to/hashes.txtDisplay users' cracked passwords by user identifier from multiple files
john --show --users=user_ids path/to/hashes1.txt path/to/hashes2.txt ...Crack password hashes, using a custom wordlist
john --wordlist=path/to/wordlist.txt path/to/hashes.txtList available hash formats
john --list=formatsCrack password hashes, using a specific hash format
john --format=md5crypt path/to/hashes.txtCrack password hashes, enabling word mangling rules
john --rules path/to/hashes.txtRestore an interrupted cracking session from a state file, e.g. `mycrack.rec`
john --restore=path/to/mycrack.recmade by @shridhargupta | data from tldr-pages