Help with special character rule
#5
I don't quite get what you are trying to do and what your command looks like. Why don't you just show us what you currently try and we will explain what is wrong ! That way it would be much easier.

normally rules are just specified as a path to the rule file, with the -r command line option:
Code:
hashcat -m 0 -a 0 -w 3 -r my.rules hash.txt dict.txt

the "my.rules" is a path to the rule files, it could for instance also be rules/best64.rule (or on windows: -r rules\best64.rule).

That is how you normally use rules, see https://hashcat.net/wiki/doku.php?id=rule_based_attack
Reply


Messages In This Thread
Help with special character rule - by hashnewb - 05-13-2020, 12:53 PM
RE: Help with special character rule - by philsmd - 05-13-2020, 02:12 PM
RE: Help with special character rule - by philsmd - 05-13-2020, 06:39 PM
RE: Help with special character rule - by philsmd - 05-14-2020, 02:14 PM