Rules in 16800 don't work?
#5
(06-30-2020, 10:16 AM)atom Wrote: instead of using:

Code:
hashcat -a 0 -m 16800 test.hash word.dict -r test.rule

you can also use:

Code:
hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -S

WOW - it works, thanks!

-S means "enable slower (but advanced) candidate generators" ?? No idea, what it means (because the rule couldn't be any simpler), but it works. Without your help I would have never found this.
Reply


Messages In This Thread
Rules in 16800 don't work? - by FinPeter - 06-30-2020, 09:54 AM
RE: Rules in 16800 don't work? - by undeath - 06-30-2020, 10:07 AM
RE: Rules in 16800 don't work? - by FinPeter - 06-30-2020, 10:41 AM
RE: Rules in 16800 don't work? - by atom - 06-30-2020, 10:16 AM
RE: Rules in 16800 don't work? - by FinPeter - 06-30-2020, 10:46 AM
RE: Rules in 16800 don't work? - by philsmd - 06-30-2020, 11:10 AM
RE: Rules in 16800 don't work? - by FinPeter - 06-30-2020, 11:35 AM
RE: Rules in 16800 don't work? - by blacktraffic - 07-01-2020, 10:12 AM
RE: Rules in 16800 don't work? - by undeath - 06-30-2020, 11:13 PM