This tool is designed to help users scan the open ports of a given URL efficiently and effectively. It provides a range of features that simplify the process of port scanning and improve productivity.
- URL Parsing: Parses the given URL to extract the hostname.
- IP Address Resolution: Resolves the hostname to an IP address.
- Port Scanning: Scans ports from 1 to 1024 to check if they are open.
- Loading Animation: Displays a loading animation while scanning ports.
- Progress Bar: Shows the progress of the port scanning process.
To install this tool, follow these steps:
- Ensure you have Python installed on your system.
- Install the required dependencies using pip:
pip install tqdm
- Download the
main.py
file from the repository.
To use this tool, follow these steps:
- Open a terminal or command prompt.
- Navigate to the directory where
main.py
is located. - Run the script using Python:
python main.py
- Enter the URL when prompted.
We welcome contributions from the community. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.