Mask Processor Rule Generation Bug.
#1
Code to pre-pend $ while generating rule such as ..$1$2$3 works with …

mp32.exe -1 123 $?1$?1$?1 -o Mask_Processor_Test_Result.txt

Prefixing ^ does not work in the same way.

mp32.exe -1 123 ^?1^?1^?1 -o Mask_Processor_Test_Result.txt does not work and only produces 123 etc.

If the user does this however …

mp32.exe -1 123 “^”?1”^”?1”^”?1 -o Mask_Processor_Test_Result.txt

It works !!

^1^2^3 etc

Can this be standardised please so one syntax works for everything ? Thank you.
Smile

#2
not a bug. the ^ char is the escape char in windows command shell.
#3
(11-24-2011, 05:26 PM)atom Wrote: not a bug. the ^ char is the escape char in windows command shell.

Ahh OK Smile

Should I update this page to save anyone else making the same mistake I did ?

#4
yes, good idea
#5
OK Smile

Give me a little time and I will make a load of rules to share so people can just make their own very quickly and easily. I learn better from seeing the actual command in full, so I think it will help others.
#6
thread continued here: http://hashcat.net/forum/thread-667.html

this one is closed.