Skip to content
/ arpg Public

IP address / MAC address resolving GUI tool

License

Notifications You must be signed in to change notification settings

mikan/arpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eea7cf6 · Feb 19, 2023

History

50 Commits
May 15, 2021
Jul 6, 2020
Jul 3, 2020
Apr 14, 2022
Jul 3, 2020
Jul 3, 2020
Jul 6, 2020
Jul 6, 2020
Feb 19, 2023
Feb 19, 2023
Jul 3, 2020
Feb 18, 2021
Jan 27, 2021
Jan 27, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021

Repository files navigation

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