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