12-14-2012, 10:46 PM
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.
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.