From 9bfd8ade908b69fefaf0f6d8ae2fdf2d287cb9bd Mon Sep 17 00:00:00 2001 From: Lgandx Date: Thu, 24 Oct 2013 11:58:49 -0400 Subject: [PATCH] Different filename for LM and ESS hash file --- Responder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Responder.py b/Responder.py index 578b3e1..806642d 100644 --- a/Responder.py +++ b/Responder.py @@ -339,7 +339,7 @@ def ParseSMBHash(data,client): if NthashLen == 24: print "[+]SMB-NTLMv1 hash captured from : ",client - outfile = "SMB-NTLMv1-Client-"+client+".txt" + outfile = "SMB-NTLMv1ESS-Client-"+client+".txt" NtHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper() DomainLen = struct.unpack('