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 basic, multi-threaded network and port scanner developed in Python. It's designed to perform reconnaissance on target IP addresses or hostnames by identifying open TCP ports and ...