![]() |
mask override does not work correctly - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: mask override does not work correctly (/thread-8425.html) |
mask override does not work correctly - Nik@n - 06-15-2019 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. RE: mask override does not work correctly - hashserious - 06-15-2019 ?a = ?l?u?d?s ?h = 0123456789abcdef (?l = abcdefghijklmnopqrstuvwxyz) RE: mask override does not work correctly - Nik@n - 06-15-2019 So you want to say that ?h is not the whole alphabet(abcdefghijklmnopqrstuvwxyz), but only up to the letter f(abcdef)? RE: mask override does not work correctly - Nik@n - 06-15-2019 I checked it myself. Moved to custom character set. Thanks for the consultation. RE: mask override does not work correctly - Mem5 - 06-16-2019 ?h is not only letters but hexadecimal charset (as said ?h = 0123456789abcdef) To crack "1q2w3e" you need ?d?l?d?l?d?l RE: mask override does not work correctly - hashserious - 06-16-2019 Besides, it seems like a keyboard walk. https://github.com/hashcat/kwprocessor https://hashcat.net/wiki/doku.php?id=kwprocessor |