Nmap automated port scanner written in Python
Nmap automated port scanner written in Python. USE: Clone the module Import the module: from portscanModule import portscanner Use: portscanner.scan(“TARGET IP ADDRESS”, UPPER PORT LIMIT) DISCLAIMER: Much slower than a standalone nmap scan, but convenient 🙂 GitHub View Github
Read more