Open a0x14D opened 2 years ago
File "/home/whoami/portscanner/portscanner.py", line 16, in nm=nmap.PortScanner() AttributeError: module 'nmap' has no attribute 'PortScanner'
fix ! try command pip install python-nmap
Issue fixed
File "/home/whoami/portscanner/portscanner.py", line 16, in
nm=nmap.PortScanner()
AttributeError: module 'nmap' has no attribute 'PortScanner'
fix ! try command pip install python-nmap