WPA2 Key not found
#1
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
#2
"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 !...
#3
he is using -a 1 so its ok!

@bjorn pls send me the .cap and the .hccap
#4
(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.


Attached Files
.zip   atom.zip (Size: 482 bytes / Downloads: 6)
#5
no, please send me the .cap file, not the .hccap
#6
(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.


Attached Files
.zip   atom1.zip (Size: 1 KB / Downloads: 5)
#7
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!
#8
I wonder if this bug is related to my report 06-16-2012 ...

https://hashcat.net/forum/thread-1298.html
#9
Totally, thats why I found it so fast. This one was on combinator while yours where on hybrid
#10
(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