使用python的原始套接字实现的arp协议, 及其相关操作
当前实现arp主机探测相关功能(包括网段的扫描与但主机的探测)
本身也没有几行代码, git拖下来直接用就成。讲究点就编译下安装到Python环境
git clone https://github.com/oscarwith2960/arptool.git
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
make clean && make
cd _build
pip install arptool-*.*.*-py3-none-any.whl