← All Kali Issues
Responder
NTLM hash captured now what
C Cracking
Medium
🔴 Error Message
Captured NTLM hash but need to crack it
📖 What This Means
Next steps after capturing hash with Responder.
🔧 Step-by-Step Fix
- Identify hash type: NTLMv1 or NTLMv2
- NTLMv2: hashcat -m 5600 hash.txt wordlist.txt
- NTLMv1: hashcat -m 5500 hash.txt wordlist.txt
- Or relay: ntlmrelayx.py for pass-the-hash