mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-14 19:59:03 +00:00
Update SMB.py
This commit is contained in:
@@ -178,7 +178,7 @@ def IsNT4ClearTxt(data, client):
|
|||||||
WordCount = data[HeadLen]
|
WordCount = data[HeadLen]
|
||||||
ChainedCmdOffset = data[HeadLen+1]
|
ChainedCmdOffset = data[HeadLen+1]
|
||||||
|
|
||||||
if ChainedCmdOffset == "\x75":
|
if ChainedCmdOffset == "\x75" or ChainedCmdOffset == 117:
|
||||||
PassLen = struct.unpack('<H',data[HeadLen+15:HeadLen+17])[0]
|
PassLen = struct.unpack('<H',data[HeadLen+15:HeadLen+17])[0]
|
||||||
|
|
||||||
if PassLen > 2:
|
if PassLen > 2:
|
||||||
|
|||||||
Reference in New Issue
Block a user