Minimum password length
#4
Hi,
There's a rule that can do that:
" Reject greater >N Reject plains of length less than N "
from: https://hashcat.net/wiki/doku.php?id=rule_based_attack
in your case the rule is: '>8'
I don't know if hybrid attack work with rules, but if it don't you can generate rules to append the character you want + using the reject greater then rule. You can read here:
https://hashcat.net/wiki/doku.php?id=hyb...with_rules
Example:
./mp32.bin -o test.rule '$?d $?d $? $?d >8'
Then use that rule with hashcat.


Messages In This Thread
Minimum password length - by rsberzerker - 12-21-2014, 03:26 AM
RE: Minimum password length - by ciphercodes - 12-21-2014, 04:24 AM
RE: Minimum password length - by rsberzerker - 12-21-2014, 05:19 AM
RE: Minimum password length - by bsec - 12-21-2014, 09:03 AM
RE: Minimum password length - by usq - 12-30-2014, 09:10 PM
RE: Minimum password length - by bsec - 12-30-2014, 09:24 PM