08-19-2019, 05:09 PM
I don't think the mask 'part_I_remember?d?s' does what you want. It tries candidates that start with "part_I_remember" followed by exactly one digit followed by exactly one special character.
I guess it should be something like
-1 ?d?s part_I_remember?1?1?1?1?1?1
your increment-min/max values are calculated for the whole mask, including your prefix.
You may achieve better speed for your specific attack by using -S
I guess it should be something like
-1 ?d?s part_I_remember?1?1?1?1?1?1
your increment-min/max values are calculated for the whole mask, including your prefix.
You may achieve better speed for your specific attack by using -S