ARP cache poisoning implementation using Scapy.
- Python 2.7 or 3.2+
- Scapy
sudo pip install --upgrade -r requirements.txt
usage: arp-mitm [-h] -i INTERFACE -t TARGET [-I INTERVAL] [--version]
ARP cache poisoning implementation using Scapy
optional arguments:
-h, --help show this help message and exit
-i INTERFACE, --interface INTERFACE
network interface to use
-t TARGET, --target TARGET
target's IP address
-I INTERVAL, --interval INTERVAL
seconds between two ARP frames (default: 10.0s)
--version show program's version number and exit
For example:
sudo ./arp-mitm -i eth0 -t 192.168.1.1