bhanugoudm041 / portscanner

a simple port scanner written in python to identify open ports. specially designed for CTF
2 stars 0 forks source link

nm=nmap.portScanner() #1

Open a0x14D opened 2 years ago

a0x14D commented 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

bhanugoudm041 commented 2 years ago

Issue fixed