Hi,
During this night I tried with 10 hashes from length 1 to 10 :
It only cracks 2 hashes : the one with length 6 and the one with length 10. Strange.
Then I tried with --increment :
It cracks me 7/10 hashes : ones from length 4 to 10.
@Rolf
Here is my/your code, on 10 hashes too :
First, I had many warnings like "WARNING: words in dict_left < .... Can't gain full performance"
It has been completed in less than 1 minute, so faster than before !!
It also cracks 8/10 hashes : ones from length 2 to 9. (not hashes with length 1 nor 10 ; len 1 might be not possible)
During this night I tried with 10 hashes from length 1 to 10 :
Code:
oclHashcat.exe hash.txt -m 0 ?d?d?d?d?d ?d?d?d?d?d
It only cracks 2 hashes : the one with length 6 and the one with length 10. Strange.
Then I tried with --increment :
Code:
oclHashcat.exe hash.txt -m 0 --increment ?d?d?d?d?d ?d?d?d?d?d
It cracks me 7/10 hashes : ones from length 4 to 10.
@Rolf
Here is my/your code, on 10 hashes too :
Code:
oclHashcat.exe tmp.txt -m 0 ?d ?d
oclHashcat.exe tmp.txt -m 0 ?d?d ?d
oclHashcat.exe tmp.txt -m 0 ?d?d?d ?d
oclHashcat.exe tmp.txt -m 0 --increment ?d?d?d?d ?d?d?d?d?d
First, I had many warnings like "WARNING: words in dict_left < .... Can't gain full performance"
It has been completed in less than 1 minute, so faster than before !!
It also cracks 8/10 hashes : ones from length 2 to 9. (not hashes with length 1 nor 10 ; len 1 might be not possible)