View Single Post
FRuMMaGe's Avatar
Posts: 330 | Thanked: 483 times | Joined on Dec 2010 @ Norwich, UK
#296
Originally Posted by fatcobrah View Post
so how 2 use it ?
can u give the full command to crack the cap + john on backtrack ?
Type in:

Code:
sudo aircrack-ng --help
That will find the command. Now run it in this format:

Code:
john  --incremental:MODE --stdout | sudo aircrack-ng -e TARGETESSID -w - TARGETCAP
With MODE being the increment mode. Either "Alpha" for letters, "Digits" for numbers, "Alnum" for both or "All" for both and special characters.

TARGETESSID is the name of the target access point, and TARGETCAP is the cap file.

You will also need to edit the /opt/John/john.conf file as root and change the max and min limits on the different Incremental modes.

Hope this helps
__________________
OMNOM: Pacman-like game now in extras-devel

fAircrack (Aircrack GUI): Point-and-click pwnage for your N900
Now with John the Ripper integration

Last edited by FRuMMaGe; 2011-02-01 at 17:09.
 

The Following User Says Thank You to FRuMMaGe For This Useful Post: