A simple Python-based port scanner application.
This repository contains a Python application that can scan specified ports on a given host to determine their status (open or closed). It serves as a useful tool for network administrators and security professionals to monitor network security.
- Scan a single port or a range of ports.
- Display the status of each port (open or closed).
- Easy to use and configure.
To run this application locally, you'll need Python installed on your machine. Follow these steps to get started:
-
Clone this repository:
git clone https://github.com/Envyana/port-scanner_app.git
-
Navigate to the project directory:
cd port-scanner_app -
Install the required dependencies:
pip install -r requirements.txt
To use the port scanner, simply run the following command:
python port_scanner.py