Password Cracking
John The Ripper
Basic usage
john --wordlist=wordlist.txt hash.txt --format=NTWith rules
john --wordlist=wordlist.txt hash.txt --format=NT --rules=AllKoreLogic rules
curl https://raw.githubusercontent.com/SpiderLabs/KoreLogic-Rules/master/kore-logic-rules-full.txt >> /etc/john/john.confHashcat
Basic usage
hashcat -a 0 -m 1000 hash.txt wordlist.txtWith rules
One rule to rule them all
Last updated