Rule-based Attack
#4
(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
    Code:
    c
    , which capitalizes the first letter and lower-cases the rest;
  • my_suffix_rules.rule, that was made by maskprocessor
    Code:
    mp64.exe -1 .,-_ -2 0123456789 "$?1$?2$?2$?2" -o my_suffix_rules.rule
    , which append a special character and four digits.
However, when I tested these rules, I got these results:

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?


Messages In This Thread
Rule-based Attack - by peppespe - 06-25-2018, 06:29 PM
RE: Rule-based Attack - by undeath - 06-25-2018, 07:03 PM
RE: Rule-based Attack - by peppespe - 06-26-2018, 06:30 PM
RE: Rule-based Attack - by lehrling - 06-26-2018, 04:02 PM
RE: Rule-based Attack - by undeath - 06-26-2018, 07:53 PM
RE: Rule-based Attack - by peppespe - 06-27-2018, 10:38 AM
RE: Rule-based Attack - by plaverty9 - 06-27-2018, 05:10 PM
RE: Rule-based Attack - by peppespe - 06-27-2018, 05:51 PM
RE: Rule-based Attack - by undeath - 06-27-2018, 05:12 PM
RE: Rule-based Attack - by undeath - 06-27-2018, 05:54 PM