Traceback (most recent call last):
File "mitmf.py", line 29, in <module>
import core.responder.settings as settings
File "/home/hacklab/Downloads/MITMf-master/MITMf/core/responder/settings.py", line 24, in <module>
from core.configwatcher import ConfigWatcher
File "/home/hacklab/Downloads/MITMf-master/MITMf/core/configwatcher.py", line 20, in <module>
import pyinotify
ImportError: No module named pyinotify
I cannot open mitmf. I wonder if I should use another program?
Double check that you have installed the correct package. There are two packages available,
pynotifyandpyinotify. Please note the additional letteriin the second one.The error message says that
pyinotifyis missing.So check the output of
pip list(or maybepip3 list, depending on your environment).