Layer 2 network neighbourhood discovery tool
Tool to discover hosts in your network using ARP pings. See also this question on stackoverflow.com
Dependencies
Installation
Either install a recent scapy with your package manager, or setup a virtual environment:
$ virtualenv virtualenv
$ source virtualenv/bin/activate
$ pip install -r requirements.txt
Usage
$ sudo ./neighbourhood.py [-i <interface>]
TODO
- IPv6 support