06-30-2020, 10:46 AM
(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.