Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mask Processor Rule Generation Bug.
11-24-2011, 05:20 PM (This post was last modified: 11-24-2011 05:21 PM by Hash-IT.)
Post: #1
Mask Processor Rule Generation Bug.
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
Find all posts by this user
11-24-2011, 05:26 PM
Post: #2
RE: Mask Processor Rule Generation Bug.
not a bug. the ^ char is the escape char in windows command shell.
Visit this user's website Find all posts by this user
11-24-2011, 05:32 PM
Post: #3
RE: Mask Processor Rule Generation Bug.
(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 ?
Find all posts by this user
11-24-2011, 05:48 PM
Post: #4
RE: Mask Processor Rule Generation Bug.
yes, good idea
Visit this user's website Find all posts by this user
11-24-2011, 05:52 PM
Post: #5
RE: Mask Processor Rule Generation Bug.
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.
Find all posts by this user
11-25-2011, 10:10 AM
Post: #6
RE: Mask Processor Rule Generation Bug.
thread continued here: http://hashcat.net/forum/thread-667.html

this one is closed.
Visit this user's website Find all posts by this user
Thread Closed