Problems with non-English hashes
#4
Sorry for the double posting, but I tried some new things.
Looking around, trying to crack anything that it's not English seems to be a big PITA.
To be on the right side, I tried to use the charset as hex encoded.
This means that the Turk alphabet become from this:
Code:
abcçdefgğhıijklmnoöprsştuüvyz
to this:
Code:
616263c3a764656667c49f68c4b1696a6b6c6d6e6fc3b6707273c59f7475c3bc76797a

And I did the same for the uppercase letters:
Code:
ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZ
Code:
414243c38744454647c49e4849c4b04a4b4c4d4e4fc396505253c59e5455c39c56595a


Then I took the rockyou-1... mask file and replaced all the occurrences of l (lower L) to 1 and u to 2.
Then I run oclHashcat using the following command:

Code:
./cudaHashcat-2.01/cudaHashcat64.bin -a 3 -m 0 -o output.txt --hex-charset -1 turkish_lower.hcchr -2 turkish_upper.hcchr hashes/hashes.txt turkish-1-60.hcmask

And....

nothing happened.
I'm currently running out of ideas...


Messages In This Thread
Problems with non-English hashes - by vladimir125 - 01-01-2016, 07:21 PM
RE: Problems with non-English hashes - by vladimir125 - 01-01-2016, 10:06 PM
RE: Problems with non-English hashes - by undeath - 01-01-2016, 11:36 PM
RE: Problems with non-English hashes - by epixoip - 01-02-2016, 12:05 AM
RE: Problems with non-English hashes - by epixoip - 01-02-2016, 01:09 AM