Is this command correct? Excluding special characters
#1
I want to brute force a password that is in this format: Mh2K8s3H7q15

It has no special characters, just upper case letters, lowercase letters, and numbers. Is the following command correct for this? (I also don't know how many characters the password is, my example above was just showing the example characters I want)


hashcat.exe -m 22000 hash.22000 -a 3 --increment --increment-min 11 --increment-max 15 -1 ?l?u?d  ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d


Am I missing any paramters in the character set for this kind of password?
Reply


Messages In This Thread
Is this command correct? Excluding special characters - by wifiguy - 10-15-2022, 06:20 AM