rules and masks - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: rules and masks (/thread-1562.html) |
rules and masks - ellipassword - 09-15-2012 Hello, I want to know if it is possible to use rules with a mask ? In fact a way to apply a mask after the rules. I have tried the following command line, but it does not work as I want : cudaHashcat-plus64.exe -a 6 -n 16 -m 1400 -r rules/elli.rule hashes.txt dict.txt ": c d u l" It ignores the rule file, only the mask is applied. Any idea? RE: rules and masks - atom - 09-15-2012 You can use multi rules feature and use maskprocessor to generate rules (see wiki) RE: rules and masks - ellipassword - 09-16-2012 Thanks atom, I'm going to check that. |