Created
September 5, 2017 18:40
-
-
Save YourFriendCaspian/db16cfb01711d8f2d6325690462b51d5 to your computer and use it in GitHub Desktop.
Use JtR to generate candidate passwords for aircrack-ng
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
## 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