This is a simple Python-based port scanner designed for educational purposes. It allows users to check which ports are open on a target IP address within a limited range (1-999).
⚠️ Warning: Use this tool responsibly. Scanning networks without permission is illegal and unethical. This project is intended for learning and testing on networks you own or have explicit permission to scan.
- Simple and lightweight Python implementation
- Scans ports from 1 to 999
- Clear console output showing open ports
- Banner display using
pyfigletfor a clean user interface
- Clone the repository:
git clone https://github.com/exilesec/port-scanner.git
cd port-scanner
python3 port_scanner.py