Hashcat doesn't consider the added chars from rules - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat doesn't consider the added chars from rules (/thread-9408.html) |
Hashcat doesn't consider the added chars from rules - gm4it - 07-24-2020 Hallo. I am running hashcat with -a 0 -m 2500 hash -r rule1 -r rule2 wordlist6. Wordlist6 contains only 6 char long words. The rules add 2 or 3 characters, I checked this by --stdout. Example: "parola" after rules -> "@parola00" During initialization it is printed : Minimum password length supported by kernel : 8. Then hashcat rejects all the words. It starts to work only with a file of 8 char words only. I was expecting that 8 is the limit after the rules are applied, not before. How I can generate candidates of exactly 8 chars after rules are applied? Thanks Giorgio RE: Hashcat doesn't consider the added chars from rules - philsmd - 07-24-2020 use this: Code: -S RE: Hashcat doesn't consider the added chars from rules - gm4it - 07-25-2020 Great! Thanks Giorgio |