mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-10 15:22:45 -07:00
Fixed Harsh Parser variable typo
This commit is contained in:
parent
c9eca961cc
commit
5ab431a4fe
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ def ParseSQLHash(data, client):
|
|||
|
||||
NthashLen = struct.unpack('<H',data[30:32])[0]
|
||||
NthashOffset = struct.unpack('<H',data[32:34])[0]
|
||||
NtHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||
NTHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||
|
||||
DomainLen = struct.unpack('<H',data[36:38])[0]
|
||||
DomainOffset = struct.unpack('<H',data[40:42])[0]
|
||||
|
@ -154,4 +154,4 @@ class MSSQL(BaseRequestHandler):
|
|||
|
||||
except socket.timeout:
|
||||
pass
|
||||
self.request.close()
|
||||
self.request.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue