arp_scan
Discovers live hosts on a local subnet by sending ARP requests and returning IP, MAC address, and vendor for each response. Use for initial LAN reconnaissance.
Instructions
ARP-based host discovery on a local network segment. Sends ARP requests and identifies live hosts by MAC address and vendor. Use for initial reconnaissance of a local subnet — faster and more reliable than nmap ping scans on the same LAN. Output: IP address, MAC address, and OUI vendor name for each responding host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional arp-scan options | |
| iface | No | Network interface to use (auto-detected if omitted) | |
| target | Yes | Target IP range or CIDR (e.g. 192.168.1.0/24, 10.0.0.1-254) |