A simple TCP port scanner written in Python.
- Scans TCP ports from 1 to 1024
- Detects open ports
- Displays found open ports
- Counts the number of open ports
- Uses connection timeout
- Uses Python sockets
- Python 3
- No external libraries required
Run:
python scanner.py