Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YourFriendCaspian/db16cfb01711d8f2d6325690462b51d5 to your computer and use it in GitHub Desktop.
Save YourFriendCaspian/db16cfb01711d8f2d6325690462b51d5 to your computer and use it in GitHub Desktop.
Use JtR to generate candidate passwords for aircrack-ng
## Cracking WPA/WPA2 PSK ##
#Use JtR to generate candidate passwords for aircrack-ng
$ john --incremental:all --stdout | aircrack-ng --bssid 00-00-00-00-00-00 -a 2 -w - capture_file.cap
#Use Hashcat to generate candidate passwords for aircrack-ng
$ ./hashcat-cli32.bin wordlist -r rules/d3ad0ne.rule --stdout | aircrack-ng --bssid 00-00-00-00-00-00 -a 2 -w - capture_file.cap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment