Special character problem ű,ő
#1
Hello everybody!


I made a custom user in mssql2005 with this password: űúőóüáéí
I copy the password hash: 0x010091XXXXXXXXXXXXXXXXXXXXXXXXXX13B088570E2796F1235BEE8E2

Firstly, I tried to crack mask attack:
Code:
./oclHashcat-plus64.bin -a 3 -m 132 hash.txt -1 űúőóüáéí ?1?1?1?1?1?1?1?1
Secondly, I put the custom charset to the file:
Code:
./oclHashcat-plus64.bin -a 3 -m 132 hash.txt -1 mask.txt ?1?1?1?1?1?1?1?1
I tried to convert utf-8, ansi, ucs coding but the problem is still here.

When I make new password without accent, I can easily crack.


Thanks the reply!


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