Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```