This script allows you to sniff internet traffic between your network gateway and a machine connected to you local network by making an arp spoofing attack.
- Linux operating system (tested on Debian 8)
- (Python)
- scapy
Install scapy by typing the commands:
wget scapy.net
unzip scapy-latest.zip # might be "unzip index.html"
cd scapy-2.*
sudo python setup.py install
or via pip
pip install scapy
Launch the script using
sudo python arp-spoofing-python.py