-
BackTrack 4 Final: how to compile aircrack-ng with sqlite support
download aircrack-ng-1.0.tar.gz
# tar xfz aircrack-ng-1.0.tar.gz
# cd aircrack-ng-1.0
# cd test
# aircrack-ng -r passphrases.db wpa.cap
You should get KEY FOUND! [ biscotte ]
# aircrack-ng -r passphrases.db wpa2.eapol.cap
You should get KEY FOUND! [ 12345678 ]
If you get "Error: Aircrack-ng wasn't compiled with sqlite support"
proceed to below steps:
# cd aircrack-ng-1.0
# make clean
# make sqlite=true
# make sqlite=true install
Now run:
# aircrack-ng -r passphrases.db wpa.cap
You should get KEY FOUND! [ biscotte ]
-
Super Moderator
Go here for support BackTrack Linux
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules