John the ripper
Main folder
Basic usage
$ john <text_file_containing_hash_to_crack>
$ john --format=[format] --wordlist=[wordlist] <text_file_containing_hash_to_crack>
$ john --format=[format] --wordlist=[wordlist] --rules=[rule] <text_file_containing_hash_to_crack># show cracked passwords
$ john --show <text_file_containing_hash_to_crack>Hash formats
Rules
Single
Wordlist
Printing results to stdout without cracking hashes
Additional modules
Examples
1. Brute-forcing NTLM hash (SAM database)
Last updated