A network reconnaissance tool developed to detect open ports on a target system using Python Socket Programming.
This tool simulates the "Reconnaissance" phase of a Penetration Test. It helps administrators identify vulnerable entry points in their network.
- Python 3
- Socket Library: For low-level network connections.
- TCP/IP Protocol: Scans using TCP handshake logic.
This tool is for educational and defensive purposes only.