Hashcat rules
#1
Anybody, help me please: 

The password must include at least one of any characters as ?U ?L ?D ?S, for example: 5aB*ku is right, but 56B*!K not right - there isn't any lowcase letter, so how to write a rule for this condition? Need syntax for this rule, may it will to be:  /?u | /?l | /?d | /?s ("Reject plains which do not contain char X" https://hashcat.net/wiki/doku.php?id=rule_based_attack) ?
Reply
#2
use PACK to generate hcmask files. btw, you're mixing up rules and masks. Those are completely different (and incompatible) things.
Reply