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.
- Quickly scan a local network for active devices.
- Displays IP and MAC addresses of discovered hosts.
- Requires minimal dependencies.
- Supports custom IP range scanning.
git clone https://github.com/yourusername/arp-scanner.git
cd arp-scanner
pip install -r requirements.txt