Posts: 4
Threads: 1
Joined: Aug 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
Posts: 803
Threads: 135
Joined: Feb 2011
08-12-2012, 07:48 PM
(This post was last modified: 08-12-2012, 07:50 PM by Mem5 .)
"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 !...
Posts: 5,185
Threads: 230
Joined: Apr 2010
he is using -a 1 so its ok!
@bjorn pls send me the .cap and the .hccap
Posts: 4
Threads: 1
Joined: Aug 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.
Attached Files
atom.zip (Size: 482 bytes / Downloads: 6)
Posts: 5,185
Threads: 230
Joined: Apr 2010
no, please send me the .cap file, not the .hccap
Posts: 4
Threads: 1
Joined: Aug 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.
Attached Files
atom1.zip (Size: 1 KB / Downloads: 5)
Posts: 5,185
Threads: 230
Joined: Apr 2010
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!
Posts: 723
Threads: 85
Joined: Apr 2011
I wonder if this bug is related to my report 06-16-2012 ...
https://hashcat.net/forum/thread-1298.html
Posts: 5,185
Threads: 230
Joined: Apr 2010
Totally, thats why I found it so fast. This one was on combinator while yours where on hybrid
Posts: 4
Threads: 1
Joined: Aug 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