Simple ethical TCP port scanner using Python socket library. My first networking project.
- Custom port ranges (1-65535)
- Common service detection (SSH=22, HTTP=80, etc.)
- Timestamped results
- Export to
scan_results.txt
python3 port_scanner.py
# Python Port Scanner (Cybersecurity Student Project)
Simple ethical TCP port scanner using Python `socket` library.
My first networking project.
## Features
- Custom port ranges (1-65535)
- Common service detection (SSH=22, HTTP=80, etc.)
- Timestamped results
- Export to `scan_results.txt`
## Run it
```bash
python3 port_scanner.py