Python TCP Port Scanner – Full Project Build/ ├── scanner.py # Enhanced CLI scanner (TCP/UDP) ├── gui_scanner.py # Modern GUI application ├── setup.py # Package installation script ├── config.json # ...
This project is a simple TCP port scanner written in Python. It scans a target IP address across a user-defined port range and reports which ports are open. The purpose of this project was to better ...