To crack passwords with Russian symbols
#9
Thanks for the correction, philsmd!

In that case it's probably easiest to use stdin for the attack, like this:

Code:
hashcat --stdout -a3 -1 charsets/standard/Russian/ru_cp1251.hcchr '?1?d'| hashcat -m900 28d04ccdb00e22ee19dca313722571e9 --encoding-to=utf16le --encoding-from=cp1251

But this will greatly limit the cracking speed compared to "normal" attacks, especially for a fast hash mode like md4.
Reply


Messages In This Thread
RE: To crack passwords with Russian symbols - by undeath - 11-27-2019, 06:48 PM