01-01-2016, 10:06 PM
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:
to this:
And I did the same for the uppercase letters:
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:
And....
nothing happened.
I'm currently running out of ideas...
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
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...