A simple ARP (Address Resolution Protocol) support tool written in Go programming language.
- Resolve MAC address from IP address
- Resolve IP address from MAC address
- Works on Windows, macOS and Linux
See releases page.
- Check available network adapter information (e.g. eth0)
- Send ICMP ping to the target using native
ping
command - Lookup ARP table using native
arp
(ip
) command
- Check available network adapter information (e.g. eth0)
- Send ICMP ping to the broadcast address using native
ping
command - Lookup ARP table using native
arp
(ip
) command
- Works only within a local area network
- IPv6 is not supported
ARPG licensed under the BSD 3-Clause License.