Different filename for LM and ESS hash file

This commit is contained in:
Lgandx 2013-10-24 11:58:49 -04:00
parent 2e19aff67d
commit 9bfd8ade90

View file

@ -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('<H',data[105:107])[0]
DomainOffset = struct.unpack('<H',data[107:109])[0]