hashcat Forum
Cracking wpa2 with foreign characters. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Cracking wpa2 with foreign characters. (/thread-6600.html)



Cracking wpa2 with foreign characters. - Cfem - 05-26-2017

Hello!
I opened a hotsport wifi with a password "çççççççç".I boot The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux in my computer. Then do all things to capture the 4 way handshake. I converted the cap file to hccapx using the https://hashcat.net/cap2hccapx/. I started a mask attack to hccapx file. The command I used is this: hashcat64.exe -a 3 -m 2500 -1 Çç --status --status-timer=2 --gpu-temp-abort=60 --gpu-temp-retain=55 -w3 C:\Users\Xwekta\Desktop\Wifi2.hccapx ?1?1?1?1?1?1?1?1  But Hashcat couldn't find the password. What am I doing wrong?

(By the way I am using Hashcat in windows 64-bit system with Nvidia Gtx 770. )


RE: Cracking wpa2 with foreign characters. - atom - 05-26-2017

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_deal_with_special_non-latin_characters_chinese_arabic_etc


RE: Cracking wpa2 with foreign characters. - Cfem - 05-27-2017

(05-26-2017, 10:22 AM)atom Wrote: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_deal_with_special_non-latin_characters_chinese_arabic_etc

Thank you for your post. It solved my problem kinda. I did all things that http://blog.bitcrack.net/2013/09/cracking-hashes-with-other-language.html suggested but This blog is about Arabic which means all letter has 4 digit hex. In our language we also use Latin Letters so most of the letters have 2 digit hex. So every digit of the password I have to choose is that digit will be only a Turkish letter or only a Latin letter. How can I show 2 digit hex using 4 digit?

Edit: Or I have another question How to tell Hashcat to take hex values 4 by 4 not 2?

Edit 2: I think post is dead thanks everybody for not solving the problem.