arpg

command module
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2023 License: BSD-3-Clause Imports: 18 Imported by: 0

README

ARPG

A simple ARP (Address Resolution Protocol) support tool written in Go programming language.

screenshot

Key features

  • Resolve MAC address from IP address
  • Resolve IP address from MAC address
  • Works on Windows, macOS and Linux

Download

See releases page.

How it works

IP to MAC
  1. Check available network adapter information (e.g. eth0)
  2. Send ICMP ping to the target using native ping command
  3. Lookup ARP table using native arp (ip) command
MAC to IP
  1. Check available network adapter information (e.g. eth0)
  2. Send ICMP ping to the broadcast address using native ping command
  3. Lookup ARP table using native arp (ip) command

Limitations

  • Works only within a local area network
  • IPv6 is not supported

License

ARPG licensed under the BSD 3-Clause License.

Author

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL