• Stars
    star
    206
  • Rank 190,504 (Top 4 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 13 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Layer 2 network neighbourhood discovery tool that uses scapy

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