mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 21:21:34 +00:00
Bugfix
This commit is contained in:
@@ -761,9 +761,7 @@ def RunLLMNR():
|
|||||||
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'%(addr[0]))
|
logging.warning('[+] Fingerprint failed for host: %s'%(addr[0]))
|
||||||
raise
|
pass
|
||||||
else:
|
|
||||||
raise
|
|
||||||
else:
|
else:
|
||||||
if data[2:4] == "\x00\x00":
|
if data[2:4] == "\x00\x00":
|
||||||
if Parse_IPV6_Addr(data):
|
if Parse_IPV6_Addr(data):
|
||||||
@@ -779,7 +777,7 @@ def RunLLMNR():
|
|||||||
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'%(addr[0]))
|
logging.warning('[+] Fingerprint failed for host: %s'%(addr[0]))
|
||||||
raise
|
pass
|
||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user