11-27-2019, 06:48 PM
Thanks for the correction, philsmd!
In that case it's probably easiest to use stdin for the attack, like this:
But this will greatly limit the cracking speed compared to "normal" attacks, especially for a fast hash mode like md4.
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.