This project is a simple web-based port scanner built using Flask.
The Port Scanner Project allows users to scan ports on a target host within a specified range. It provides a user-friendly interface where users can enter the target host, start port, and end port, and initiate the scanning process with the click of a button. The scanning results are displayed in real-time on the web page, indicating whether each port is open or closed.
- Enter the target host (e.g., example.com).
- Specify the range of ports to scan (start port and end port).
- Click the "Scan Ports" button to initiate the scanning process.
- View the scanning results displayed on the page.
- Python
- Flask
- HTML
- CSS
- JavaScript
To run the Port Scanner Project locally:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies.
- Run the Flask application.