Neighbourhood Save

Layer 2 network neighbourhood discovery tool that uses scapy

Project README

Layer 2 network neighbourhood discovery tool

Tool to discover hosts in your network using ARP pings. See also this question on stackoverflow.com

Dependencies

  • Python 2.7 or 3.4+
  • scapy for networking functions like arping

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
Open Source Agenda is not affiliated with "Neighbourhood" Project. README Source: bwaldvogel/neighbourhood
Stars
203
Open Issues
1
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating