Skip to content

Envyana/port-scanner_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Port Scanner App

A simple Python-based port scanner application.

Description

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.

Features

  • Scan a single port or a range of ports.
  • Display the status of each port (open or closed).
  • Easy to use and configure.

Installation

To run this application locally, you'll need Python installed on your machine. Follow these steps to get started:

  1. Clone this repository:

    git clone https://github.com/Envyana/port-scanner_app.git
  2. Navigate to the project directory:

    cd port-scanner_app
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

To use the port scanner, simply run the following command:

python port_scanner.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages