Hashcat
World's fastest and most advanced password recovery utility GitHub - hashcat/hashcat
Basic usage
Find hash-type (for -m
option)
hashcat --example-hashes
or example_hashes
-> search for start of hash (e.g. $7z
)
Execute hashcat
Wordlist attacks
Using rule to increase coverage, e.g. OneRuleToRuleThemAll.rule
NTLM
mscash
Brute force (mask) attacks
Built-in charsets
Example #1
Example #2
Last updated