hashcat Forum

Full Version: If you specify a custom charset, you must also specify a mask
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you specify a custom charset, you must also specify a mask.               WHY THIS ERROR
hashcat -m 0 -a 3 hash.txt -1 ?l?d --increment ?1?1?1?1?1?1?1?1?1?1
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
plz solve my problem
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.