Using hashcat with maskprocessor - here: veracrypt
#11
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
Reply


Messages In This Thread
RE: Using hashcat with maskprocessor - here: veracrypt - by undeath - 08-19-2019, 05:09 PM