Expected result of using these two flags at once
#1
Hi, I am trying to use the -s and -l flag for distribution, while using the -a 3 (bruteforce) --increment-min 1 (to start at length 1) and a mask of ?a?a?a?a?a?a?a?a?a?a (length 10).

Code:
oclhashcat64.exe -m 0 -a 3 -o cracked.txt -i --increment-min=1 -s 0 -l 400 hash.txt ?a?a?a?a?a?a?a?a?a?a

I thought that this would compute the total number of hashes in that range (1 - 10) and attempt to crack using the first 400 generated guesses and then stop.

Although it seems that this is not the case and it may be trying to do the first 0-400 on every increment level.

What is the expected result of running these flags together? I was hoping for the first so that I can use this in a distributed setup.

Thanks for the help.


Messages In This Thread
Expected result of using these two flags at once - by abduct - 05-06-2014, 08:09 PM