Skip to content

The Port Scanner is a simple and effective tool designed to identify open ports on a specified IP address. By checking the availability of ports, it helps users understand which services are running on a device or server. This can be particularly useful for network administrators, security professionals.

License

Notifications You must be signed in to change notification settings

FrenchEthicalsHackers/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Description

The Port Scanner is a simple and effective tool designed to identify open ports on a specified IP address. By checking the availability of ports, it helps users understand which services are running on a device or server. This can be particularly useful for network administrators, security professionals, and anyone interested in network diagnostics.

Features

  • Scans a specified range of ports on a given IP address.
  • Displays whether each port is open or closed.
  • User-friendly interface with color-coded output for better readability.

Requirements

  • Python 3.x
  • Colorama library

Installation

To install the required library, run the following command:

pip install colorama

Run the code

cd PATH/TO/THE/PORT/SCANNER
python3 PortScanner.py

About

The Port Scanner is a simple and effective tool designed to identify open ports on a specified IP address. By checking the availability of ports, it helps users understand which services are running on a device or server. This can be particularly useful for network administrators, security professionals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages