matthb2 / snmp_arp_discover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Quick and dirty network discovery tool which does a recurisve walk of a network based on router ARP caches. Desgined/tested for/with Mikrotik devices, but can likely be easily modified for other devices (pull requests will be considered).

INSTALL/RUN

go get -d ./
go build snmp_arp_discover.go
./snmp_arp_discover -e "some_router" -c "public"

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%