mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-22 07:29:02 +00:00
minor fix
This commit is contained in:
@@ -47,7 +47,7 @@ def Chose3264x(packet):
|
||||
|
||||
def FindNTLMOpcode(data):
|
||||
SSPIStart = data.find(b'NTLMSSP')
|
||||
if SSPIStart is -1:
|
||||
if SSPIStart == -1:
|
||||
return False
|
||||
SSPIString = data[SSPIStart:]
|
||||
return SSPIString[8:12]
|
||||
|
||||
Reference in New Issue
Block a user