How does -q and -r work with maskprocessor?
#3
(08-13-2015, 01:02 PM)philsmd Wrote: 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


Thanks Now I understood..-q Function...I Was searching for this....But Dear In -r Function Can You Give me example If Possible Smile


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