port-scanner
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 :)