A simple Python tool to scan a target host for open TCP ports.
This project demonstrates basic network reconnaissance techniques commonly used in penetration testing.
- Scan a range of ports on a target IP or domain
- Identify open ports
- Simple command-line interface
- Python 3.x
- No external libraries required
- Clone the repository:
git clone https://github.com/USERNAME/port-scanner.git