mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -07:00
minor fix
This commit is contained in:
parent
d5088b24ee
commit
2e19aff67d
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class NB(SocketServer.BaseRequestHandler):
|
||||||
logging.warning('[+] ClientVersion is :%s'%(Finger[1]))
|
logging.warning('[+] ClientVersion is :%s'%(Finger[1]))
|
||||||
except Exception:
|
except Exception:
|
||||||
logging.warning('[+] Fingerprint failed for host: %s'%(self.client_address[0]))
|
logging.warning('[+] Fingerprint failed for host: %s'%(self.client_address[0]))
|
||||||
raise
|
pass
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
#Browser Listener
|
#Browser Listener
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue