Rules for hashcat
#3
(06-16-2010, 10:52 PM)davidonpda Wrote:
(05-14-2010, 07:27 PM)K9_ Wrote: http://load2.me/?vNrnylSs

Code:
AllRules.rule
combinator.rule
generated.rule
leetspeak.rule
passwordspro.rule
specific.rule
years.rule
Say 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?
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:
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"


Messages In This Thread
Rules for hashcat - by K9 - 05-14-2010, 07:27 PM
RE: Rules for hashcat - by davidonpda - 06-16-2010, 10:52 PM
RE: Rules for hashcat - by mastercracker - 06-17-2010, 12:15 AM
RE: Rules for hashcat - by davidonpda - 06-17-2010, 03:50 PM
RE: Rules for hashcat - by K9 - 06-17-2010, 04:59 PM
RE: Rules for hashcat - by davidonpda - 06-17-2010, 05:17 PM
RE: Rules for hashcat - by mastercracker - 06-17-2010, 06:57 PM
RE: Rules for hashcat - by K9 - 06-17-2010, 08:59 PM
RE: Rules for hashcat - by davidonpda - 06-18-2010, 07:58 PM
RE: Rules for hashcat - by atom - 06-18-2010, 08:21 PM
RE: Rules for hashcat - by atom - 01-31-2011, 06:54 PM