An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/portscanner

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.
https://github.com/filiprokita/portscanner

network network-analysis network-monitoring network-security network-tools networking port-scanner python python3 security socket-programming tkinter

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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
```

2. Enter the IP address you want to scan in the "IP" field.

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

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

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

## Author

- Filip Rokita
- Website: www.filiprokita.com