From 0aacee59f7c326cb90a3d97fe9a0d5fb8374a5c9 Mon Sep 17 00:00:00 2001 From: lgandx Date: Mon, 2 Dec 2013 13:46:02 -0500 Subject: [PATCH] Bugfix --- Responder.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Responder.py b/Responder.py index c3e60b9..8ef23c1 100644 --- a/Responder.py +++ b/Responder.py @@ -761,9 +761,7 @@ def RunLLMNR(): logging.warning('[+] ClientVersion is :%s'%(Finger[1])) except Exception: logging.warning('[+] Fingerprint failed for host: %s'%(addr[0])) - raise - else: - raise + pass else: if data[2:4] == "\x00\x00": if Parse_IPV6_Addr(data): @@ -779,7 +777,7 @@ def RunLLMNR(): logging.warning('[+] ClientVersion is :%s'%(Finger[1])) except Exception: logging.warning('[+] Fingerprint failed for host: %s'%(addr[0])) - raise + pass except: raise