https://github.com/hellojukay/arp-scanner
a arp scanner write in golang
https://github.com/hellojukay/arp-scanner
arp arp-scan arp-scanner
Last synced: 2 months ago
JSON representation
a arp scanner write in golang
- Host: GitHub
- URL: https://github.com/hellojukay/arp-scanner
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2019-05-26T11:31:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T02:40:07.000Z (about 5 years ago)
- Last Synced: 2025-04-13T04:52:20.987Z (2 months ago)
- Topics: arp, arp-scan, arp-scanner
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arp-scanner
scan local area network ip and mac address[](https://travis-ci.org/hellojukay/arp-scanner)
## Install
```shell
sudo apt-get install libpcap-dev
go get -u github.com/hellojukay/arp-scanner
```
## Usage
```shell
± |master ✓| → sudo arp-scanner -iface enp30s0
192.168.199.1 d4:ee:07:52:b9:7a
192.168.199.177 a4:50:46:37:95:b9
192.168.199.1 d4:ee:07:52:b9:7a
192.168.199.1 d4:ee:07:52:b9:7a
192.168.199.1 d4:ee:07:52:b9:7a
```