hashcat Forum

Full Version: Using increment correctly with maskprocessor.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to use the increment option with maskprocessor, but when I use this command:
Code:
./mp64.bin -i 1:6 '$_$a$b'

I get the following result, which contains invalid rules:
Quote:$
$_
$_$
$_$a
$_$a$
$_$a$b

What is the correct syntax that I need to use, to get the correct output of:
Quote:$_
$_$a
$_$a$b