hashcat Forum

Full Version: Special Characters - ščž
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
i wanna brute-force MD5 hashes which contains special characters like "ščž" with all other words from a-z. So i wanna add "ščž" to english alphabet.

My hashcat string looks like:
Code:
Hashcat -m 0 -a 3 hash_brute.txt -1 ščž ?l ?1?1?1?1?1?1?1?1 --increment -o cracked_brute.txt --potfile-disable

But it's not working. What am I doing wrong? Does Hashcat even support special characters like "ščž"

Thanks for help.
You need to use an hcchr file with the appropriate encoding
And which one should i use and how? Can you pls help me?
What language you wan't to bf? Lithuanian have these, but none of W X ... Somehow I think you want to use Czech encoding but I doubt it's included.
Create your own.
(05-15-2016, 07:42 PM)epixoip Wrote: [ -> ]Create your own.

Can i get some usefull tutorial or guide how to create own hcchr file for encoding?
You put characters into a file. That's all there is to it. Look at the hcchr files that ship with hashcat for inspiration.