Special character problem ű,ő
#6
First I generate md5 hash with these website: http://www.md5hashgenerator.com/

If I use wordlist, I can decrypt "őű".
Code:
oclHashcat-plus64.bin -m 0 md5-őű.hash wordlist.txt

I use your advice and I try to hex-charset but unfortunately it doesn't work.

If I use "éáúóüö" md5 hash, I can easily decrypt. But if I use "ő" or "ű" character I can't reverse.
8f5b1XXXXedd5XXXX5595aXXXXe4315d:Å‘
I try these commands:
Code:
oclHashcat-plus64.bin -m 0 -a 3 md5-Å‘.hash -1 Å‘ ?1?1?
oclHashcat-plus64.bin -m 0 -a 3 md5-Å‘.hash --hex-charset -1 151 ?1?1?
I put into txt. I tried UTF8, UTF8 without BOM, ISO8859, ISO8859-2, ISO8859-15 encoding, but still doesn't work.

I found "Å‘" charachter in charsets\combined\Portuguese.hcchr
Code:
oclHashcat-plus64.bin  -m 0 -a 3 Å‘.hash -1 charsets/combined/Russian.hcchr ?1?1?
Hard to believe, but it does not work.


Messages In This Thread
Special character problem ű,ő - by Immy - 10-31-2013, 03:29 PM
RE: Special character problem ű,ő - by Immy - 11-10-2013, 10:45 PM