mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-05 20:41:22 -07:00
parent
4ea3d7b765
commit
20cdd9c7c2
1 changed files with 1 additions and 1 deletions
2
servers/MSSQL.py
Executable file → Normal file
2
servers/MSSQL.py
Executable file → Normal file
|
@ -169,7 +169,7 @@ class MSSQLBrowser(BaseRequestHandler):
|
|||
if data[0] in b'\x02\x03': # CLNT_BCAST_EX / CLNT_UCAST_EX
|
||||
self.send_response(soc, "MSSQLSERVER")
|
||||
elif data[0:1] == b'\x04': # CLNT_UCAST_INST
|
||||
self.send_response(soc, data[1:].rstrip("\x00"))
|
||||
self.send_response(soc, data[1:].rstrip(b"\x00"))
|
||||
elif data[0:1] == b'\x0F': # CLNT_UCAST_DAC
|
||||
self.send_dac_response(soc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue