hashcat Forum
Problem cracking sample WPA hccap - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Problem cracking sample WPA hccap (/thread-2319.html)



Problem cracking sample WPA hccap - Austin.James - 05-27-2013

Hi,

I'm very new to password recovery and had been practicing using hashcat. But using cudaHashcat-plus to crack the sample hccap file for some reason is yielding no results for me. As far as i understand the passphrase should be "hashcat" correct? However, everytime i run the command the resulting status is always exhausted. I've even manually entered "hashcat" into my rockyou.txt file yet i still have no success. Would someone please advise me on what i'm doing wrong?

The command i used was as follow:

./cudaHashcat-plus.bin -m 2500 -n 80 hashcat.hccap rockyou.txt

My OS is a fresh install of The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux running on a laptop with a Geforce 650m GPU.

Many thanks!
Austin


RE: Problem cracking sample WPA hccap - philsmd - 05-27-2013

It is 'hashcat!' since the minimum length is 8


RE: Problem cracking sample WPA hccap - Kuci - 05-27-2013

Code:
echo -n 'hashcat!' | ./cudaHashcat-plus.bin -m 2500 -n 80 hashcat.hccap



RE: Problem cracking sample WPA hccap - epixoip - 05-27-2013

./cudaHashcat-plus.bin -m 2500 -a 3 hashcat.hccap 'hashcat!'


RE: Problem cracking sample WPA hccap - Austin.James - 05-28-2013

Wow! That was it! Worked like a charm.

There is SO much to learn still. Totally forgot the WPA passphrase have a minimum of 8 characters. I was so sure the answer was 'hashcat' that i didn't consider anything else. Sigh. Many thanks to everyone!

-Austin