Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Wordlist + rules length filter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

If I use brute force (1-8 ?a) and in second step use wordlist + rules, second step calculate hash <9 char length and waste time.
Please implement command in ex. --wordlist-min for filter words after rules, befor calculate hash.
Preproces is not good idea for very big real password wordlists and different rules files.

Thank you
The traditional answer:

This is a known issue. Because rules are applied on GPU, this can't be fixed for fast hashes without significantly slowing down cracking - and doesn't need to be fixed for slow hashes, because you can filter out long candidates before they're passed to the final instance hashcat (so you'd apply rules in one instance of hashcat with --stdout, and then pipe them to the cracking instance of hashcat).

That being said, this may change someday with the new -S / --slow-candidates option.