Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 757 Bytes

ndmon

The coexistence of dual-stack IPv4 and IPv6 networks is increasingly utilized by networking devices. Monitoring and analyzing device discovery protocols has become important for local network security. In this hobby project, ndmon is a useful development tool for capturing and analyzing ARP (the rfc 826) and ND (the rfc 4861) protocols.

Install python libraries

  • python3 -m pip install --upgrade pip
  • pip install ifcfg
  • pip install Cython
  • pip install python-libpcap

Install libraries from source

Start

sudo python3 main.py