Question About NTLM
#7
Your unicode byte order is simply backwards.  it should be 680065006c00 and so on...


(10-05-2016, 06:48 PM)will2238 Wrote:
(10-05-2016, 12:48 PM)atom Wrote: It's exactly as you said.

Code:
root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le | openssl dgst -md4
(stdin)= 8846f7eaee8fb117ad06bdd830b7586c

Ok, I was more wondering how does the password get converted to unicode before its hashed, like...

hello --unicode--> 00680065006c006c006f --MD4--> c086551358a173bab054b4d5d694737f

but that isn't right,

hello --NTLM--> 066ddfd4ef0e9cd7c256fe77191ef43c

so how could I convert it to just the unicode so I could hash it using MD4?


Messages In This Thread
Question About NTLM - by will2238 - 10-05-2016, 06:36 AM
RE: Question About NTLM - by atom - 10-05-2016, 12:48 PM
RE: Question About NTLM - by will2238 - 10-05-2016, 06:48 PM
RE: Question About NTLM - by markgamache - 10-07-2016, 12:18 AM
RE: Question About NTLM - by atom - 10-06-2016, 05:51 PM
RE: Question About NTLM - by will2238 - 10-06-2016, 06:35 PM
RE: Question About NTLM - by radix - 10-06-2016, 07:38 PM
RE: Question About NTLM - by atom - 10-07-2016, 02:25 PM