Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    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 attac...
princey hashcat 3 5,676 07-21-2016, 05:13 PM
    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 5,676 07-23-2016, 09:25 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 t...
princey hashcat 3 4,610 07-10-2016, 02:55 AM
    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 4,610 07-10-2016, 03:34 PM