Hashcat rules - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Hashcat rules (/thread-8071.html) |
Hashcat rules - epemehko - 01-14-2019 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) ? RE: Hashcat rules - undeath - 01-14-2019 use PACK to generate hcmask files. btw, you're mixing up rules and masks. Those are completely different (and incompatible) things. |