mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-15 01:22:52 -07:00
Minor fix
This commit is contained in:
parent
bfe57d28ac
commit
5f1fa4a00f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue