arp-scanner
arp-scanner copied to clipboard
A simple and lightweight C# ARP scanner to identify live hosts in your LAN
arp-scanner
A multi-threaded and lightweight C# ARP scanner to identify live hosts in your LAN. The ARP scanner has been originally develop as a very portable Powershell script ActiveARP.ps1.
This standalone solution might be useful for quickly discover hosts in the subnet when ICMP requests are filtered by the live hosts.
Features
- Multi threaded scanner
- Essentiality and portability
- Discover live hosts on your LAN despite of filtered ICMP packets
- Identify the manufacturer details of the interface by resolving the MAC
Notes
The maclist.txt file must be downloaded to be able to resolve the MAC. The input file with the target IP addresses can be easily generated with the Powershell script CalculateRange.ps1. A timeout (in ms) can be set through command line.
Examples
Issues
Spot a bug? Please create an issue here on GitHub (https://github.com/giuliocomi/arp-scanner/issues)
License
This project is licensed under the GNU general public license Version 3.