You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "mitm.py", line 43, in
discover.discover(net.get_attacker_ip(), net.get_net_mask())
File "/root/Desktop/tools/MITM/mitm/netdiscover.py", line 22, in discover
nm = nmap.PortScanner()
AttributeError: module 'nmap' has no attribute 'PortScanner'
root@kali:~/Desktop/tools/MITM/mitm#
The text was updated successfully, but these errors were encountered:
root@kali:~/Desktop/tools/MITM/mitm# python3 mitm.py
[*] Available network interfaces:
mitm:interface> 2
[*] Available hosts:
Traceback (most recent call last):
File "mitm.py", line 43, in
discover.discover(net.get_attacker_ip(), net.get_net_mask())
File "/root/Desktop/tools/MITM/mitm/netdiscover.py", line 22, in discover
nm = nmap.PortScanner()
AttributeError: module 'nmap' has no attribute 'PortScanner'
root@kali:~/Desktop/tools/MITM/mitm#
The text was updated successfully, but these errors were encountered: