Special Characters - ščž
#1
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.
#2
You need to use an hcchr file with the appropriate encoding
#3
And which one should i use and how? Can you pls help me?
#4
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.
#5
Create your own.
#6
(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?
#7
You put characters into a file. That's all there is to it. Look at the hcchr files that ship with hashcat for inspiration.