error running MITMf
Usage:
#python mitmf.py --spoof --hsts --arp --appoison -k -i wlan1 --gateway 192.168.1.1
No specific target.
Traceback (most recent call last):
File "mitmf.py", line 37, in
from plugins import *
File "/root/MITMf/plugins/upsidedownternet.py", line 20, in
from plugins.plugin import Plugin
File "/root/MITMf/plugins/plugin.py", line 22, in
from core.configwatcher import ConfigWatcher
File "/root/MITMf/core/configwatcher.py", line 21, in
from mitmflib.watchdog.observers import Observer
ImportError: No module named mitmflib.watchdog.observers
I have tried to fix this with:
#pip install watchdog
But i still get the same output..Why?
Any help would be greatly appreciated.
Thanks in advace..
Comments
No Comments Exist
Be the first, drop a comment!