This tool allows you to perform an ARP cache poisoning attacks between two targets (a victim and a gateway) on a local network. It manipulates the ARP tables of the victims to redirect network traffic through the attacker, enabling interception or modification of data.
Tip
In the help menu, you can see -g GATEWAY and -t TARGET. However, if you want to capture traffic between two victims without one of them being the gateway, you can still use this tool with -g TARGET1 and -t TARGET2.
git clone https://github.com/NullBrunk/arpspoofer
cd arpspoofer
# Install the needed requirements
pip install -r requirements.txt
# You must enable IPv4 forwarding
sudo sysctl -w net.ipv4.ip_forward=1
