kickthemout
kickthemout copied to clipboard
ERROR: Network scanning failed. Please check your requirements configuration.
Details: module 'nmap' has no attribute 'PortScanner'
I have the same problem. How do I kick them out now?
You need to re-installing python-nmap and nmap.
pip3 uninstall nmap
pip3 uninstall python-nmap
pip3 install python-nmap
Thank you bro ! c:
Try to do python3-nmap if didn't work..