k4m4 / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.
https://nikolaskama.me/kickthemoutproject
MIT License
2.53k stars 440 forks source link

module 'nmap' has no attribute 'PortScanner' #464

Open farissalman12 opened 4 years ago

farissalman12 commented 4 years ago

root@kali:~/kickthemout# python3 kickthemout.py

ERROR: Gateway IP could not be obtained. Please enter IP manually.

kickthemout> Enter Gateway IP (e.g. 192.168.1.1): 192.168.1.1 Scanning your network, hang on...

ERROR: Network scanning failed. Please check your requirements configuration.

If you still cannot resolve this error, please submit an issue here: https://github.com/k4m4/kickthemout/issues

Details: module 'nmap' has no attribute 'PortScanner'

PoofImaFox commented 4 years ago

I solved this by uninstalling both nmaps, and then re-installing python-nmap.

pip3 uininstall nmap pip3 uninstall python-nmap

pip3 install python-nmap

mochkholil commented 4 years ago

I solved this by uninstalling both nmaps, and then re-installing python-nmap.

pip3 uininstall nmap pip3 uninstall python-nmap

pip3 install python-nmap

sorry i copy this but is really work

zehexi commented 4 years ago

Bunu, her iki nmaps'i kaldırarak ve ardından python-nmap'i yeniden kurarak çözdüm.

pip3 uininstall nmap pip3 uninstall python-nmap

pip3 python-nmap yükleyin

Really Happened Thank you so much

supunhg commented 4 years ago

Yeah Thanks, It worked!