02-04-2024, 01:50 PM
For if you only care about dropping password with lower than a minimum length, you can use, the reject rule:
Reject less <N Reject plains if their length is greater than N <G *
See Rules to reject plains:
https://hashcat.net/wiki/doku.php?id=rule_based_attack
Note that when attack fast hashes, often it is not worth it to use this rule since it might slow down the attack. In your case, simply try it with a small attack to see if it will save computation time or only will slow things down.
Reject less <N Reject plains if their length is greater than N <G *
See Rules to reject plains:
https://hashcat.net/wiki/doku.php?id=rule_based_attack
Note that when attack fast hashes, often it is not worth it to use this rule since it might slow down the attack. In your case, simply try it with a small attack to see if it will save computation time or only will slow things down.