mask override does not work correctly
#1
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.


Attached Files
.png   nofound.png (Size: 115.75 KB / Downloads: 6)
.png   found.png (Size: 149.39 KB / Downloads: 5)
Reply
#2
?a = ?l?u?d?s

?h = 0123456789abcdef

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

https://github.com/hashcat/kwprocessor

https://hashcat.net/wiki/doku.php?id=kwprocessor
Reply