Custom Rule
#2
Hi.
Maybe try this:
First generate a brute force rule as described here: https://hashcat.net/wiki/doku.php?id=hyb...with_rules
Then use a combinator attack (-a 1) with two times your wordlist as input.
Finally use the generated rule file with "-k" parameter to apply the rules to every word on the right.
To make all words lowercase use the "l" rule with "-r".
I'm not sure if this will work though. I don't know if the "-k" parameter can handle rule files.
If it doesn't, the only other thing currently coming to my mind would be to --stdout a combinator attack and pipe it into a hybrid attack.
Someone else might has a better idea.
Reply


Messages In This Thread
Custom Rule - by slawson - 01-28-2021, 08:17 PM
RE: Custom Rule - by the_charm - 01-28-2021, 10:29 PM