mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 21:43:28 -07:00
WPAD now integrated
This commit is contained in:
parent
ebf6af1da9
commit
d01398d8a8
13 changed files with 82 additions and 39 deletions
4
mitmf.py
4
mitmf.py
|
@ -72,6 +72,10 @@ if __name__ == "__main__":
|
|||
|
||||
#All our options should be loaded now, pass them onto plugins
|
||||
print "[*] MITMf v%s started... initializing plugins and modules" % mitmf_version
|
||||
if ('--responder' and '--wpad') in sys.argv:
|
||||
args.listen = 3141
|
||||
print "[*] Listening on port 3141 since --responder --wpad was passed"
|
||||
|
||||
load = []
|
||||
try:
|
||||
for p in plugins:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue