mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-04 05:39:02 +00:00
Different filename for LM and ESS hash file
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user