Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T02:40:07.000Z (over 4 years ago)
- Last Synced: 2024-06-20T12:08:02.055Z (5 months ago)
- Topics: arp, arp-scan, arp-scanner
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- 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[![Build Status](https://travis-ci.org/hellojukay/arp-scanner.svg?branch=master)](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
```