Ильдар Зиганшин
Green Team
Добрый день! Как исправить?
Код:
root@kali:~/MITMf# python mitmf.py -i eth0 --spoof --arp --gateway 192.168.88.1
__ __ ___ .--. __ __ ___
| |/ `.' `. |__| | |/ `.' `. _.._
| .-. .-. '.--. .| | .-. .-. ' .' .._|
| | | | | || | .' |_ | | | | | | | '
| | | | | || | .' || | | | | | __| |__
| | | | | || |'--. .-'| | | | | ||__ __|
| | | | | || | | | | | | | | | | |
|__| |__| |__||__| | | |__| |__| |__| | |
| '.' | |
| / | |
`'-' |_|
[*] MITMf v0.9.8 - 'The Dark Side'
|
|_ Net-Creds v1.0 online
|_ Spoof v0.6
| |_ ARP spoofing enabled
Traceback (most recent call last):
File "mitmf.py", line 139, in <module>
from core.sslstrip.StrippingProxy import StrippingProxy
File "/root/MITMf/core/sslstrip/StrippingProxy.py", line 20, in <module>
from ClientRequest import ClientRequest
File "/root/MITMf/core/sslstrip/ClientRequest.py", line 37, in <module>
from ServerConnection import ServerConnection
File "/root/MITMf/core/sslstrip/ServerConnection.py", line 28, in <module>
from user_agents import parse
ImportError: No module named user_agents
root@kali:~/MITMf#