hashcat Forum
Crack Active Directory User NTLM hash - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Crack Active Directory User NTLM hash (/thread-8860.html)

Pages: 1 2


RE: Crack Active Directory User NTLM hash - TurboMatt - 01-08-2020

After you install DSInternals, you can use this to execute the hash injection via PowerShell.

Set-SamAccountPasswordHash -SamAccountName User account -Domain domain(no .com .org etc) -NTHash 'hash vlue' -Server dc.domain.com


RE: Crack Active Directory User NTLM hash - DanielG - 01-09-2020

Thank you!