06-17-2010, 12:15 AM
(06-16-2010, 10:52 PM)davidonpda Wrote:Well, it's the same as what you have figured out. You have to create an attack for each set of rules. For example, a couple of years:(05-14-2010, 07:27 PM)K9_ Wrote: http://load2.me/?vNrnylSsSay I want to add years to the end of everything. How do I use that rule? I've figured out how to add a left and a right rule to say, make the first word all caps and the second one all lower, but how do I take advantage of your rules you have here?
Code:AllRules.rule
combinator.rule
generated.rule
leetspeak.rule
passwordspro.rule
specific.rule
years.rule
Code:
oclHashcat.exe example.hash -o output.txt example.dict example.dict --rule-right="$2$0$1$0"
oclHashcat.exe example.hash -o output.txt example.dict example.dict --rule-right="$2$0$0$9"
oclHashcat.exe example.hash -o output.txt example.dict example.dict --rule-right="$2$0$0$8"