PortScanner A simple python script to scan the necessary open ports on the network. Download: git clone https://github.com/ShieldedDev/PortScanner Usage: python3 port_scanner.py [HOST/IP] Required Dependencies : socket sys time concurrent.futures Check out my blog post Building A Port Scanner.