06-26-2018, 06:30 PM
(06-25-2018, 07:03 PM)undeath Wrote: You are mixing masks and rules here. That's not possible.
I created a simple dictionary with one word in it (mydictionary.txt) and these 2 rule files:
- my_Upper-First-Prefix.rule, that contain the rule , which capitalizes the first letter and lower-cases the rest;Code:
c
- my_suffix_rules.rule, that was made by maskprocessor , which append a special character and four digits.Code:
mp64.exe -1 .,-_ -2 0123456789 "$?1$?2$?2$?2" -o my_suffix_rules.rule
Code:
hashcat64.exe -r my_Upper-First-Prefix.rule my_suffix_rules.rule --stdout mydictionary.txt
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
what am I doing wrong?