09-02-2015, 08:21 PM (This post was last modified: 09-02-2015, 08:53 PM by Millenium.)
Hi,
I have an AMD GPU and wanted to calculate keyspace parameter for WPA and various attack modes.
I read this instruction, and trying to use command for WPA (-m 2500).
It works well with "-m 2611", but with "-m 2500" I am getting "Segmentation Fault (core dumped)" under Ubuntu and Exception under Windows.
Tried 1.37 and 1.36 versions of oclHashcat.
The same issue appears and under Ubuntu.
Benchmark and attacks works well.
09-03-2015, 12:24 PM (This post was last modified: 09-03-2015, 12:25 PM by Millenium.)
But WTF?
When I am trying to calculate keyspace for passwords.txt which contains 26 words (for example) I am getting 26:
./oclHashcat64.bin -m 2500 --outfile out.txt hash.hccap -a 1 passwords.txt passwords.txt -j '$-' -k '$!' --keyspace
>oclHashcat v1.37 starting...
>
>26
I assumed that the result will be 26 * 26 = 676.
Is it oclHashcat optimisation?