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

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.

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.