mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
minor fix
This commit is contained in:
parent
4231532926
commit
ae1c2be51c
3 changed files with 9 additions and 9 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue