01-25-2023, 02:09 PM
Hi there!
I have a problem cracking a ntlm hash while using hashcat under Linux. For test purposes i created a ntlm hash and a md5 hash for the password "über". For the MD5 hash was "MD5SUM" used, for the ntlm hash i used a real PC with Windows 10 installed.
I checked the ntlm hash with Passware. It correctly gets "über" as plaintext Password
Under Linux (Ubuntu 22.04.1) i can crack the MD5 hash with
"./hashcat.bin [MD5-hash] -a3 -m0 über"
but the ntlm-hash won´t be found
"./hascat.bin [ntlm-hash] -a3 -m1000 über"
Using a WindowsPC with the same hashcat-version (latest ofc)
"./hascat.bin [ntlm-hash] -a3 -m1000 über"
brings the "über" into the potfile
I dont know how i could solve this riddle. Can anyone give me a hint or a direction for possible solutions?
Thx in advance
I have a problem cracking a ntlm hash while using hashcat under Linux. For test purposes i created a ntlm hash and a md5 hash for the password "über". For the MD5 hash was "MD5SUM" used, for the ntlm hash i used a real PC with Windows 10 installed.
I checked the ntlm hash with Passware. It correctly gets "über" as plaintext Password
Under Linux (Ubuntu 22.04.1) i can crack the MD5 hash with
"./hashcat.bin [MD5-hash] -a3 -m0 über"
but the ntlm-hash won´t be found
"./hascat.bin [ntlm-hash] -a3 -m1000 über"
Using a WindowsPC with the same hashcat-version (latest ofc)
"./hascat.bin [ntlm-hash] -a3 -m1000 über"
brings the "über" into the potfile
I dont know how i could solve this riddle. Can anyone give me a hint or a direction for possible solutions?
Thx in advance