kickthemout icon indicating copy to clipboard operation
kickthemout copied to clipboard

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

Open fhackery opened this issue 4 years ago • 4 comments

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

fhackery avatar Jul 21 '20 19:07 fhackery

I have the same problem. How do I kick them out now?

whos-gabi avatar Aug 06 '20 15:08 whos-gabi

You need to re-installing python-nmap and nmap.

pip3 uninstall nmap
pip3 uninstall python-nmap

pip3 install python-nmap

whos-gabi avatar Aug 06 '20 15:08 whos-gabi

Thank you bro ! c:

JS4m avatar Aug 11 '20 14:08 JS4m

Try to do python3-nmap if didn't work..

NightSling avatar Sep 08 '20 13:09 NightSling