使用scapy的arping函数

安装方法:

wget http://scapy.net/

unzip scapy-latest.zip

cd scapy-xxxx

python setup.py install


使用方法:

scapy

>>>arping("xxx.xxx.xxx.xxx")


scapy是一个python写的交互式数据包操纵程序