← 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

  1. Identify hash type: NTLMv1 or NTLMv2
  2. NTLMv2: hashcat -m 5600 hash.txt wordlist.txt
  3. NTLMv1: hashcat -m 5500 hash.txt wordlist.txt
  4. Or relay: ntlmrelayx.py for pass-the-hash