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.
- Host: GitHub
- URL: https://github.com/filiprokita/portscanner
- Owner: FilipRokita
- Created: 2021-12-24T12:48:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T13:08:22.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:41:56.167Z (9 months ago)
- Topics: network, network-analysis, network-monitoring, network-security, network-tools, networking, port-scanner, python, python3, security, socket-programming, tkinter
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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