githubEdit

Hash Cracking

Formats: LM , NTLM , NetNTLMv1 , NetNTLMv2 , Kerberos 5 TGS , Kerberos 5 TGS AES128 , Kerberos TGS AES256 , Kerberos ASREP , MsCache

Tools: Hashcat , John The Ripper (JtR)

Commands:

LM

john --format=lm HASH.TXT

hashcat -m 3000 -a 3 HASH.TXT WORDLIST.TXT

NTLM

john --format=nt HASH.TXT

hashcat -m 1000 -a 3 HASH.TXT WORDLIST.TXT

NetNTLMv1

john --format=netntlm HASH.TXT

hashcat -m 5500 -a 3 HASH.TXT WORDLIST.TXT

NetNTLMv2

Kerberos 5 TGS

Kerberos 5 TGS AES128

Kerberos 5 TGS AES256

Kerberos ASREP

MsCache 2 (Slow)

Last updated