Skip to content

PORTSCANNER is a simple Python program with GUI that allows users to check whether a given port is open on a specified IP address. The program uses socket programming to establish a connection to the specified port, and displays a message indicating whether the port is open or closed.

Notifications You must be signed in to change notification settings

FilipRokita/PORTSCANNER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PORTSCANNER

PORTSCANNER is a simple Python program that allows you to check if a specific port is open or closed for a given IP address.

Installation

PORTSCANNER does not require any external libraries to run. Simply download and run the program.

Usage

  1. Run the PORTSCANNER program by running the command:
python portscanner.py
  1. Enter the IP address you want to scan in the "IP" field.

  2. Enter the port number you want to check in the "PORT" field.

  3. Click the "CHECK" button to scan the IP address and port.

  4. The program will display a message box showing whether the port is open or closed.

Author

About

PORTSCANNER is a simple Python program with GUI that allows users to check whether a given port is open on a specified IP address. The program uses socket programming to establish a connection to the specified port, and displays a message indicating whether the port is open or closed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages