hashcat Forum

Full Version: mask override does not work correctly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Has hash from cisco with password 1q2w3e.

If I do a search by the mask ?h?h?h?h?h?h , then the password is not found. 

It works only by the mask ?h?a?h?a?h?h .
What am I doing wrong?
Version hashcat 5.1.0.
?a = ?l?u?d?s

?h = 0123456789abcdef

(?l = abcdefghijklmnopqrstuvwxyz)
So you want to say that ?h is not the whole alphabet(abcdefghijklmnopqrstuvwxyz), but only up to the letter f(abcdef)?
I checked it myself.
Moved to custom character set.
Thanks for the consultation.
?h is not only letters but hexadecimal charset (as said ?h = 0123456789abcdef)
To crack "1q2w3e" you need ?d?l?d?l?d?l