![]() |
If you specify a custom charset, you must also specify a mask - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: If you specify a custom charset, you must also specify a mask (/thread-12502.html) |
If you specify a custom charset, you must also specify a mask - verbose - 02-07-2025 If you specify a custom charset, you must also specify a mask. WHY THIS ERROR RE: If you specify a custom charset, you must also specify a mask - 174region174 - 02-07-2025 hashcat -m 0 -a 3 hash.txt -1 ?l?d --increment ?1?1?1?1?1?1?1?1?1?1 RE: If you specify a custom charset, you must also specify a mask - verbose - 02-08-2025 hashcat.exe -m 11300 -a 3 -w 3 -D 2 -1 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz "5?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1" whats wrong in this command ? error : If you specify a custom charset, you must also specify a mask RE: If you specify a custom charset, you must also specify a mask - verbose - 02-08-2025 plz solve my problem RE: If you specify a custom charset, you must also specify a mask - b8vr - 02-09-2025 First, your mask is wayyyyy to big. Hashcat will not accept that, plus it makes no sense. Second, your issue could be because you put "" around your mask. Don't do that. Also, is it on purpose that some letters as well as 0 is left out? Otherwise you could just do -1 ?l?u?d ?1?1?1 etc. |