This project is a small Python-based port scanner
- Scans a target host for open TCP ports
- Uses basic socket connections
- Helps understand how port scanning works in Cybersecurity
- Edit Target ip in the script (default: 127.0.0.1 (Localhost))
- Run the script and look at the Terminal
This tool is intende for educational and defensive security testin only. Scan only your owne system or have the explicit permission to test.
The goal of this project is to undderstand networking basics and how attackers and defenders discover exposed sevices