mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-30 03:28:45 -07:00
Bugfix
This commit is contained in:
parent
68de4ac26e
commit
0aacee59f7
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue