mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-11 15:47:10 -07:00
fixed the responder plugin (im a dummy)
This commit is contained in:
parent
88a4e15900
commit
33c9eda05b
2 changed files with 5 additions and 5 deletions
|
@ -48,15 +48,15 @@ class Responder(Plugin):
|
|||
if options.Analyze:
|
||||
self.tree_output.append("Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned")
|
||||
|
||||
resp = ResponderMITMf(options, config)
|
||||
#resp.setCoreVars(options, config)
|
||||
resp = ResponderMITMf()
|
||||
resp.setCoreVars(options, config)
|
||||
|
||||
result = resp.AnalyzeICMPRedirect(options.Analyze)
|
||||
result = resp.AnalyzeICMPRedirect()
|
||||
if result:
|
||||
for line in result:
|
||||
self.tree_output.append(line)
|
||||
|
||||
#resp.printDebugInfo()
|
||||
resp.printDebugInfo()
|
||||
resp.start()
|
||||
|
||||
def plugin_reactor(self, strippingFactory):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue