maskprocessor increment with 2 digits applied
#1
Hello, i wanna achieve this:

with maskprocessor and oclhashcat-plus i want to check my passwords which consists of random a-z characters followed by 2 digits. I wanna check passwords between length of 6-10 characters. I wanna use increment.
Is this the way to go?:

# mp64 --increment-min=6 --increment-max=10 ?l?l?l?l?l?l?l?l?d?d | ./oclhashcat64.bin -m 1100 bla.hccap

I believe above is doing this?:

a
b
...
aa
ab
..
..
zzzzzzzz99

What i want:

a00
a01
..
a99
b00
b01
..
zzzzzzzz99

Many thanx in advanced.


Messages In This Thread
maskprocessor increment with 2 digits applied - by HzM - 12-14-2012, 10:46 PM