https://github.com/pete911/arpf
arp tools
https://github.com/pete911/arpf
arp go golang
Last synced: 2 months ago
JSON representation
arp tools
- Host: GitHub
- URL: https://github.com/pete911/arpf
- Owner: pete911
- Created: 2021-12-10T20:49:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T07:55:37.000Z (9 months ago)
- Last Synced: 2025-03-23T21:45:59.675Z (3 months ago)
- Topics: arp, go, golang
- Language: Go
- Homepage:
- Size: 3.43 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arpf
ARP tools
```
Available Commands:
completion generate the autocompletion script for the specified shell
help Help about any command
scan list MAC and IPs on the networkFlags:
-h, --help help for arpf
-v, --verbose print debug messages
```## examples
Get IPs and MAC addresses on local network
```
en0: flags=up|broadcast|multicast mtu 1500
ether 6c:66:60:64:67:6c
inet 192.168.86.22 netmask 0xffffff00 broadcast 192.168.86.255
sending ARPs: src 192.168.86.22 dst 192.168.86.1 ... 192.168.86.254
sending packets for 10s in 3s intervals
dude.home. (192.168.86.112) at b6:26:e6:e6:e6:46
dude-two.home. (192.168.86.118) at b6:26:e6:96:46:96
```