That's helpful, thanks undeath.
Looking at the maskprocessor docs, it looks like I can limit the use of consecutive identical chars using the "-q" and "-r" flags, respectively. So if I want to limit to one consecutive and one identical chars per string, in a 12-char password, the correct command would be:
mp64.bin -r 1 -q 1 ?a?a?a?a?a?a?a?a?a?a?a?a
(I am excluding the output params for simplicity.)
Is that correct? If not, what might I be missing?
Thanks again.
Looking at the maskprocessor docs, it looks like I can limit the use of consecutive identical chars using the "-q" and "-r" flags, respectively. So if I want to limit to one consecutive and one identical chars per string, in a 12-char password, the correct command would be:
mp64.bin -r 1 -q 1 ?a?a?a?a?a?a?a?a?a?a?a?a
(I am excluding the output params for simplicity.)
Is that correct? If not, what might I be missing?
Thanks again.