11-12-2017, 02:04 PM
(This post was last modified: 11-12-2017, 02:24 PM by philsmd.
Edit Reason: masked hashes, breaking forum rules
)
Help please understand the hacking of passwords when working with various encodings of dictionaries...
I created a RAR archive with a password in Turkish - abaküsçü
Got a hash of the password - $RAR3$*0*83xxxx04c276xxd0*840fxxxxxxafc0a5xxxxb31053xxxx41
Also I have a dictionary in which there is a given password in the UTF-8 encoding (turkish.dic).
I ran cracking in the windows console with different options, for example:
hashcat64 -m 12500 -a 0 $RAR3$*0*83xxxx04c276xxd0*840fxxxxxxafc0a5xxxxb31053xxxx41 turkish.dic
or
hashcat64 -m 12500 -a 0 --encoding-from=utf-8 --encoding-to=866 $RAR3$*0*83xxxx04c276xxd0*840fxxxxxxafc0a5xxxxb31053xxxx41 turkish.dic
But not successfully((
What's the problem, what am I doing wrong?
[edit: all hashes masked by philsmd]
I created a RAR archive with a password in Turkish - abaküsçü
Got a hash of the password - $RAR3$*0*83xxxx04c276xxd0*840fxxxxxxafc0a5xxxxb31053xxxx41
Also I have a dictionary in which there is a given password in the UTF-8 encoding (turkish.dic).
I ran cracking in the windows console with different options, for example:
hashcat64 -m 12500 -a 0 $RAR3$*0*83xxxx04c276xxd0*840fxxxxxxafc0a5xxxxb31053xxxx41 turkish.dic
or
hashcat64 -m 12500 -a 0 --encoding-from=utf-8 --encoding-to=866 $RAR3$*0*83xxxx04c276xxd0*840fxxxxxxafc0a5xxxxb31053xxxx41 turkish.dic
But not successfully((
What's the problem, what am I doing wrong?
[edit: all hashes masked by philsmd]