07-05-2021, 05:14 PM
(07-05-2021, 04:01 PM)COOLak Wrote:(07-05-2021, 03:24 PM)Xanadrel Wrote: https://hashcat.net/wiki/doku.php?id=rule_based_attack
I've already seen this page. I don't see any instruction on how to mutually append, prepend, and append+prepend words from two files to one another.
Put appends in for example append.rule, prepends in prepend.rule and then use
Code:
-r append.rule -r prepend.rule
And throw a : rule in each file as well...