Hey,
Im pretty new to Linux and BT. So far i was able to crack my own WEP setup and now i am trying to set it up and crack my own setup of WPA. I was able to capture the handshake and now am trying to crack it and get the key.
Here is where i run into problems. The key is is a 10 digit number. I am trying to figure out how to pipe john the ripper into aircrack so i can use its --incremental:digits feature. This is what i input.
root@bt:~# /pentest/password/jtr/john --incremental:digits --stdout | aircrack-ng -a 2 -b 00:23:69:AB:FE:AF -w - /root/wpafinal*.cap
bash: /pentest/password/jtr/john: No such file or directory
Opening /root/wpafinal-01.cap
Reading packets, please wait...
Aircrack-ng 1.0 rc3 r1552
Passphrase not in dictionary
Quitting aircrack-ng...
i dont understand what this means? if anyone could help me im new to linux and backtrack.
Thanks
LoL this was extremely dumb on my part haha, i figured it out the directory i was just mistyping it, it needed an s in passwords, lol newbieee mistake
Thanks! Now for the long wait til it cracks!