Skip to content

A Python-based ARP scanner that detects active devices on a local network by sending ARP requests and analyzing responses. Useful for network monitoring, inventory, and basic security assessments

Notifications You must be signed in to change notification settings

MdAzizM/ARP_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ› ๏ธ ARP Scanner

A lightweight Python-based ARP scanner that detects active devices on a local network by sending ARP requests and analyzing responses. Ideal for network monitoring, inventory management, and basic security assessments.


๐Ÿš€ Features

  • Quickly scan a local network for active devices.
  • Displays IP and MAC addresses of discovered hosts.
  • Requires minimal dependencies.
  • Supports custom IP range scanning.

๐Ÿ“ฆ Installation

git clone https://github.com/yourusername/arp-scanner.git
cd arp-scanner
pip install -r requirements.txt

About

A Python-based ARP scanner that detects active devices on a local network by sending ARP requests and analyzing responses. Useful for network monitoring, inventory, and basic security assessments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published