PortScanner-Py is a simple port scanning tool written in Python. This tool allows users to scan open ports on a target machine and identify the services running on those ports.
Key Features:
- Scans ports from 1 to 65535.
- Identifies running services by port number.
- Provides detailed output of open ports.
- Configurable timeout settings for the scan.
Usage: Run the script using -
python3 PortScanner.py <target_ip>