Rule order, concatination, etc. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Rule order, concatination, etc. (/thread-9863.html) |
Rule order, concatination, etc. - puck2 - 02-09-2021 I'm posting this after extensive reading of wiki, other forum posts, etc. I apologize if this information is available elsewhere... What I am trying to wrap my head around is how rules are applied (sequentially, concurrently, other?) and how to potentially specify this. For example, lets say I have a wordlist that includes the following seed words: Quote:password I want to test out a variety of capitalization, leetspeak, masks, etc. such that my test space looks like this, for example: Quote:password Should I use the Multi-rules feature, with each one beginning with Code: : What I'm trying to show is that the variety of rules create a password set which, for example, applies a mask over a set of words that have already had a toggle-case-attack applied. How can I combine these? I see a lot of rule sets posted, but I'm not clear how to indicate if rules are applied concurrently or in sequence. |