oclhash question about length
#9
Hi,

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)


Messages In This Thread
oclhash question about length - by pyr - 12-12-2010, 09:03 PM
RE: oclhash question about length - by Rolf - 12-13-2010, 12:22 AM
RE: oclhash question about length - by atom - 12-13-2010, 02:43 PM
RE: oclhash question about length - by Rolf - 12-13-2010, 06:50 PM
RE: oclhash question about length - by pyr - 12-14-2010, 09:09 AM
RE: oclhash question about length - by atom - 12-14-2010, 11:12 AM
RE: oclhash question about length - by pyr - 12-14-2010, 10:29 PM
RE: oclhash question about length - by Rolf - 12-14-2010, 11:20 PM
RE: oclhash question about length - by pyr - 12-15-2010, 09:05 AM
RE: oclhash question about length - by atom - 12-15-2010, 09:34 PM
RE: oclhash question about length - by pyr - 12-16-2010, 10:59 PM
RE: oclhash question about length - by Rolf - 12-17-2010, 10:40 AM