NTLM Hashes
Introduction
LM
john --format=lm hash.txt
hashcat -m 3000 -a 3 hash.txtNTHash
john --format=nt hash.txt
hashcat -m 1000 -a 3 hash.txtNTLMv1
NTLMv2
Mimikatz
First steps
Commands
Pass The hash
Capture Net-NTLMv2
Responder
Relaying Net-NTLMv2
References
Last updated

