hashcat Forum
WPA2 Key not found - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: WPA2 Key not found (/thread-1453.html)

Pages: 1 2


WPA2 Key not found - bjorn - 08-12-2012

Hello
I have a little problem with oclhashcat-plus32.exe.
This command not work correctly,or am I doing something wrong.
Code:
oclhashcat-plus32.exe -m 2500 -a 1 --outfile C:\hashcat\hash\GAST1234.txt C:\hashcat\hash\GAST1234.hccap rock.txt rock.txt

rock.txt=
Code:
12345
GAST
password
1234
qwerty

Password of WPA2 file GAST1234.hccap is "GAST1234"

Password is not found.
what is not right here !


thanks


RE: WPA2 Key not found - Mem5 - 08-12-2012

"oclhashcat-plus32.exe -m 2500 -a 1 --outfile C:\hashcat\hash\GAST1234.txt C:\hashcat\hash\GAST1234.hccap rock.txt rock.txt
Why double rock.txt ?!

Quote:Password of WPA2 file GAST1234.hccap is "GAST1234"
GAST1234 is NOT is your dictionnary !...


RE: WPA2 Key not found - atom - 08-12-2012

he is using -a 1 so its ok!

@bjorn pls send me the .cap and the .hccap


RE: WPA2 Key not found - bjorn - 08-12-2012

(08-12-2012, 07:51 PM)atom Wrote: he is using -a 1 so its ok!

@bjorn pls send me the .cap and the .hccap

Here are the files!

password with pm.


RE: WPA2 Key not found - atom - 08-13-2012

no, please send me the .cap file, not the .hccap


RE: WPA2 Key not found - bjorn - 08-13-2012

(08-13-2012, 10:37 AM)atom Wrote: no, please send me the .cap file, not the .hccap

OK
i found it.
The same password.


RE: WPA2 Key not found - atom - 08-13-2012

OK, thank you. I found the problem!

In combinator mode, it (falsely) rejects all words < length 8 because it thinks a WPA passwords must be at least of length 8. It should however run the length check after the combination.

This will be fixed with next version, thanks a lot for reporting!


RE: WPA2 Key not found - Hash-IT - 08-13-2012

I wonder if this bug is related to my report 06-16-2012 ...

https://hashcat.net/forum/thread-1298.html


RE: WPA2 Key not found - atom - 08-13-2012

Totally, thats why I found it so fast. This one was on combinator while yours where on hybrid


RE: WPA2 Key not found - bjorn - 08-13-2012

(08-13-2012, 12:23 PM)atom Wrote: OK, thank you. I found the problem!

In combinator mode, it (falsely) rejects all words < length 8 because it thinks a WPA passwords must be at least of length 8. It should however run the length check after the combination.

This will be fixed with next version, thanks a lot for reporting!

sorry I have not seen.



thanks