A simple Python script that quickly scans the most common open ports for a specified hostname.
This is a simple Python script that quickly scans the most common open ports for provided hostname.
This tool is designed for network administrators and security professionals to rapidly identify open ports on a network host, helping to detect potential vulnerabilities. It is useful for quick network monitoring and preliminary vulnerability scanning by providing immediate feedback on accessible ports.
Ensure to enter only the domain name without the full URL when prompted. The tool scans one domain at a time and is best used for quick, preliminary port checks rather than comprehensive scanning.
git clone https://github.com/itsraiharshit/open-ports-scanner
cd open-ports-scanner
python open-ports-scanner.py
python open-ports-scanner.py
Runs the port scanning script which prompts for a hostname and returns a list of open ports.