mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 02:37:06 -07:00
- Fixed Responder plugin calling wrong var
- Modified output
This commit is contained in:
parent
8b6e5e99d4
commit
68c9c7e1bd
4 changed files with 15 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue