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:
But it's not working. What am I doing wrong? Does Hashcat even support special characters like "ščž"
Thanks for help.
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.