Python TCP Port Scanner
A Python-based TCP port scanner that identifies open ports on a target host, demonstrating network enumeration techniques and basic attack surface awareness.
- lang : Python
- concepts : TCP/IP · sockets · port scanning
- features : host input, port ranges, open-port reporting
- relevance : identifying exposed services during recon
- planned : multithreading, timeouts, banner grabbing
⚠ Scanning should only be performed on systems you own or have explicit permission to test.