Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Combinator Attack with Stacked Rules
Post: RE: Combinator Attack with Stacked Rules

atom Wrote: (07-22-2016, 10:30 AM) -- You can't do -a 1 with -r in combination. What I meant is more like this: $ ./combinator.bin words.dict words.dict | ./hashcat -m 0 -a 0 -r rules.rule This...
princey hashcat 3 11,933 07-23-2016, 09:25 PM
    Thread: Combinator Attack with Stacked Rules
Post: Combinator Attack with Stacked Rules

Hi everyone, I am trying to utilize a combinator attack with a “combinator-style ruleset”. Rather than running a few nested bash loops that utilizes left and right rules with a combinator attack, A...
princey hashcat 3 11,933 07-21-2016, 05:13 PM
    Thread: Rules: Order of Operation
Post: RE: Rules: Order of Operation

hops Wrote: (07-10-2016, 10:13 AM) -- Yes rules are processed from left to right. If you are unsure or want to test your rules use the --stdout option. Code: -- $ cat rule l $9$9 ss5 s98 c $ c...
princey hashcat 3 10,955 07-10-2016, 03:34 PM
    Thread: Rules: Order of Operation
Post: Rules: Order of Operation

Hi All, I have not been able to find solid documentation on the order of operation for rules. For example: password + rule: $1$2$3 = password123, implying that the append is evaluated left to...
princey hashcat 3 10,955 07-10-2016, 02:55 AM