mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 13:33:30 -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
10
mitmf.py
10
mitmf.py
|
@ -131,8 +131,7 @@ rootLogger.addHandler(fileHandler)
|
|||
#####################################################################################################
|
||||
|
||||
#All our options should be loaded now, pass them onto plugins
|
||||
print "[*] MITMf v%s started... initializing plugins" % mitmf_version
|
||||
print "[*] sergio-proxy v%s online" % sergio_version
|
||||
print "[*] MITMf v%s online... initializing plugins" % mitmf_version
|
||||
|
||||
load = []
|
||||
|
||||
|
@ -170,10 +169,9 @@ else:
|
|||
if hasattr(p, 'plugin_reactor'):
|
||||
p.plugin_reactor(strippingFactory) #we pass the default strippingFactory, so the plugins can use it
|
||||
|
||||
print "\n[*] sslstrip v%s by Moxie Marlinspike running..." % sslstrip_version
|
||||
|
||||
if args.hsts:
|
||||
print "[*] sslstrip+ by Leonardo Nve running..."
|
||||
print "|"
|
||||
print "|_ Sergio-Proxy v%s online" % sergio_version
|
||||
print "|_ SSLstrip v%s by Moxie Marlinspike running..." % sslstrip_version
|
||||
|
||||
reactor.run()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue