How does -q and -r work with maskprocessor?
#2
The --help explains it very clearly:

-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --occurrence-max=NUM Maximum number of occurrence of a character


This means, that you should use -q if you want to limit the repetition of some characters (directly attached to each other).
-r instead should be used if you want to limit the occurrence within the whole password candidate (or lets say the whole output line).

The values are numbers (NUM), so an example could be:
mp64.exe -q 3 ?a?a?a?a?a


Messages In This Thread
RE: How does -q and -r work with maskprocessor? - by philsmd - 08-13-2015, 01:02 PM