03-31-2023, 08:03 AM
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?
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?