mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
Update SMB.py
This commit is contained in:
parent
4ec2631ab0
commit
b61a640747
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def IsNT4ClearTxt(data, client):
|
|||
WordCount = data[HeadLen]
|
||||
ChainedCmdOffset = data[HeadLen+1]
|
||||
|
||||
if ChainedCmdOffset == "\x75":
|
||||
if ChainedCmdOffset == "\x75" or ChainedCmdOffset == 117:
|
||||
PassLen = struct.unpack('<H',data[HeadLen+15:HeadLen+17])[0]
|
||||
|
||||
if PassLen > 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue