Rejection of passwords with a length of 8 or more characters using rules.
#1
I ran into a problem when searching for passwords.
For some types of hashes, the password length cannot be less than 8 characters.
If the password is in the dictionary, it will be found successfully.
 For example, I'll take this password...
johny1980
But if I want to find this password using  names + rules with dates, it will be rejected.
johny +  rule $1 $9 $8 $0
This is due to the fact that a word in the dictionary consists of less than 8 characters. How can I solve this problem? What option can be added to the command line so that it is not rejected?
Reply


Messages In This Thread
Rejection of passwords with a length of 8 or more characters using rules. - by 174region174 - 03-31-2023, 08:03 AM