mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-14 11:49:03 +00:00
Minor fix
This commit is contained in:
@@ -146,5 +146,6 @@ class MSSQL(BaseRequestHandler):
|
|||||||
if data[0] == "\x11": # NegoSSP Auth
|
if data[0] == "\x11": # NegoSSP Auth
|
||||||
ParseSQLHash(data,self.client_address[0])
|
ParseSQLHash(data,self.client_address[0])
|
||||||
|
|
||||||
except socket.timeout:
|
except:
|
||||||
self.request.close()
|
self.request.close()
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user