![]() |
Special Characters - ščž - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Special Characters - ščž (/thread-5454.html) |
Special Characters - ščž - makary - 05-14-2016 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. RE: Special Characters - ščž - epixoip - 05-14-2016 You need to use an hcchr file with the appropriate encoding RE: Special Characters - ščž - makary - 05-15-2016 And which one should i use and how? Can you pls help me? RE: Special Characters - ščž - KT819GM - 05-15-2016 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. RE: Special Characters - ščž - epixoip - 05-15-2016 Create your own. RE: Special Characters - ščž - makary - 05-16-2016 (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? RE: Special Characters - ščž - epixoip - 05-16-2016 You put characters into a file. That's all there is to it. Look at the hcchr files that ship with hashcat for inspiration. |