Skip to content

Network Scanner is a simple GUI-based tool for scanning a local network and discovering connected devices.

Notifications You must be signed in to change notification settings

hazimaiman/Network-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Network-Scanner

Network Scanner Pro is a simple GUI-based tool to scan a local network and discover connected devices. It provides a user-friendly interface using Tkinter and retrieves device details using Scapy.

⚠️ Warning

This tool is intended only for scanning your own local network. Unauthorized scanning of networks you do not own or have permission to access may be illegal.

Features

  • Scan a local IP range to discover connected devices
  • Display IP and MAC addresses in a formatted table
  • Simple and clean GUI built with Tkinter
  • Uses Scapy for network scanning

Installation

Make sure you have Python installed (3.x recommended). Then, install the required dependencies:

  1. pip install scapy pillow

Usage

  1. Run the script using: python network_scanner.py Enter your IP range (e.g., 192.168.1.0/24) and click "Start Scan" to see connected devices.

Requirements

Python 3.x Scapy Pillow (for image support, if used) Tkinter (comes pre-installed with Python)

Disclaimer

This tool is for educational and authorized use only. For local use. The developer is not responsible for any misuse.

About

Network Scanner is a simple GUI-based tool for scanning a local network and discovering connected devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages