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.
- python3 -m pip install --upgrade pip
- pip install ifcfg
- pip install Cython
- pip install python-libpcap
- python3 -m pip install --upgrade pip
- pip install ifcfg
- pip install Cython
- git clone https://github.com/caizhengxin/python-libpcap.git
- cd python-libpcap
- python3 setup.py install
sudo python3 main.py