The Port Scanner is a simple and effective tool designed to identify open ports on a specified IP address. By checking the availability of ports, it helps users understand which services are running on a device or server. This can be particularly useful for network administrators, security professionals, and anyone interested in network diagnostics.
- Scans a specified range of ports on a given IP address.
- Displays whether each port is open or closed.
- User-friendly interface with color-coded output for better readability.
- Python 3.x
- Colorama library
To install the required library, run the following command:
pip install colorama
cd PATH/TO/THE/PORT/SCANNER
python3 PortScanner.py