https://github.com/filiprokita/networkscanner
NETWORKSCANNER is a simple Python network scanner that allows users to scan for devices on their network.
https://github.com/filiprokita/networkscanner
ip ip-scanner network network-scanner network-security network-tools networking port python python3 scanner tkinter
Last synced: over 1 year ago
JSON representation
NETWORKSCANNER is a simple Python network scanner that allows users to scan for devices on their network.
- Host: GitHub
- URL: https://github.com/filiprokita/networkscanner
- Owner: FilipRokita
- Created: 2021-12-24T14:55:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T13:10:57.000Z (about 3 years ago)
- Last Synced: 2025-01-30T01:41:56.238Z (over 1 year ago)
- Topics: ip, ip-scanner, network, network-scanner, network-security, network-tools, networking, port, python, python3, scanner, tkinter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NETWORKSCANNER
This is a simple network scanner program written in Python. It uses the tkinter library for creating a graphical user interface and the ipaddress and subprocess modules for network scanning.
## Installation
You can simply download the `networkscanner.pyw` file and run it using a Python interpreter.
## Usage
1. Enter the network address in the `NETWORK ADDRESS` field. The format should be something like `192.168.0.0/24`.
2. Click the `SCAN` button to start the scanning process.
3. The program will scan all the IP addresses in the network range and display the online hosts in the console output.
4. A file named `NETWORKSCANNER-RESULTS.txt` will be created in the same directory as the program with a list of online hosts.
## Dependencies
- Python 3.x
- tkinter library
- ipaddress module
- subprocess module
## Contact
For any questions or feedback, please visit my website at www.filiprokita.com.