The Port Scanning Tool is a web-based application developed using HTML, CSS, and Python Flask. It enables users to scan open ports on a specified IP address or domain. The application features a clean and user-friendly interface, while Flask manages the backend scanning logic and displays results interactively to provide quick insights into network security.
- Scan open ports on an IP address or domain
- Simple and intuitive user interface
- Backend scanning handled using Python and Flask
- Interactive display of scan results
- Useful for basic network security analysis
- Frontend: HTML, CSS
- Backend: Python, Flask
# Clone the repository
git clone https://github.com/Bharathkumar-2006/port-scanning-tool.git
# Navigate to the project directory
cd port-scanning-tool
# Install dependencies
pip install flask
# Run the application
python port_scanner_web.py
#After running the application, open your browser and visit:
http://127.0.0.1:5000/