mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
Different filename for LM and ESS hash file
This commit is contained in:
parent
2e19aff67d
commit
9bfd8ade90
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue