Brutforce too slow? / Increment-Problems [Solved]
#1
Question 
Hello everyone,

bruteforcing with the 7970 and only ?d seems a bit slow here.

oclHashcat64.exe --gpu-accel=32 --gpu-loops=32 --gpu-temp-abort=90 -m 2500 -a 3 -i --increment-min=8 --increment-max=9 -1 ?d -2 ?d -3 ?d -4 ?d test.hccap

Gives me:
Input.Mode: Mask (?1?2?2?2?2?2?2?3) [8]
Time.Estimated: 1 year, 135 days
Speed.GPU.#1: 129.0 kH/s
HWMon.GPU.#1: 92% Util, 68c Temp, 67% Fan

I have defined -1 to -4 since the generated mask used -1, -2 and -3 even when I only defined -1.
Since haschat should try 00000000 to 999999999, the estimated duration seems a little long for me.

Where is my mistake?
Thanks in advance Smile

EDIT:
Solved the problem:
Increment does work with custom masks, but only if it has to shorten them. Thus the mask provided has to be at least as long as the increment-max value (or longer).


Messages In This Thread
Brutforce too slow? / Increment-Problems [Solved] - by n0hero - 01-07-2014, 11:25 PM
RE: Brutforce too slow? - by radix - 01-07-2014, 11:30 PM
RE: Brutforce too slow? - by unix-ninja - 01-07-2014, 11:34 PM
RE: Brutforce too slow? - by philsmd - 01-07-2014, 11:43 PM
RE: Brutforce too slow? - by n0hero - 01-08-2014, 01:14 AM
RE: Brutforce too slow? - by epixoip - 01-08-2014, 06:23 AM
RE: Brutforce too slow? - by n0hero - 01-08-2014, 07:01 AM