- Fixed Responder plugin calling wrong var

- Modified output
This commit is contained in:
byt3bl33d3r 2015-03-10 23:26:32 +01:00
commit 68c9c7e1bd
4 changed files with 15 additions and 12 deletions

View file

@ -2503,10 +2503,6 @@ def start_responder(options, ip_address, config):
AnalyzeICMPRedirect()
print "[*] NBT-NS, LLMNR & MDNS Responder v%s by Laurent Gaffie online" % VERSION
if AnalyzeMode:
print '[*] Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned\n'
start_message = "Responder will redirect requests to: %s\n" % ip_address
start_message += "Challenge set: %s\n" % NumChal
start_message += "WPAD Proxy Server: %s\n" % WPAD_On_Off