Network Port Scanner
Network Port Scanner
How it looks on a Windows terminal session.
Features:
- Host Verification: Automatically pings the specified IP address to check if it is reachable
- OS support: Adjusts ping flag depending on the specified host's OS (Windows/Linux)
- Flexible Scanning modes: Can scan a single specified port or a range of given ports
- Zero external dependencies: Built with standard Python libraries (socket, subprocess, platform)
Read more and learn how to use/deploy it by visiting the Github Repository.