Skip to content

bwaldvogel/neighbourhood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Layer 2 network neighbourhood discovery tool that uses scapy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages