A fast and simple multi-threaded Port Scanner built using Python.
This tool scans open ports on a target host and helps identify available network services.
- Scan single or multiple ports
- Fast scanning using multithreading
- Clean and readable output
- Error handling for invalid hosts
- Beginner-friendly cybersecurity project
- Python 3
- Socket Programming
- Threading
- Clone the repository:
git clone https://github.com/yourusername/port-scanner.git- Navigate into the project directory:
cd port-scanner- Run the Script:
python scan.py
Example:
python port_scanner.pyThen enter:
Enter target IP or domain: example.com Enter port range (e.g. 1-1000):
This tool is created for educational and ethical purposes only. Do not scan systems without proper authorization.
KAVYA SETH