mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-07 13:31:23 -07:00
Update SMB.py
This commit is contained in:
parent
b61a640747
commit
6063c2f77a
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class SMB1(BaseRequestHandler): # SMB1 & SMB2 Server class, NTLMSSP
|
|||
if not data:
|
||||
break
|
||||
|
||||
if data[0:1] == "\x81": #session request 139
|
||||
if data[0:1] == b"\x81": #session request 139
|
||||
Buffer = "\x82\x00\x00\x00"
|
||||
try:
|
||||
self.request.send(Buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue