Script for MITM attack (ACP)
-
How to use:
sudo python3 arp_spoof.py -i
<interface>-t1<target1>-t2<target2> -
To get help use:
sudo python3 arp_spoof.py -h
sudo python3 arp_spoof.py -i eth0 -t1 192.168.1.1 -t2 192.168.1.50
- You have to run this script with
rootprivileges ! - You should have enabled
ip forwardingon your machine !