hashcat Forum

Full Version: Crack Active Directory User NTLM hash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
Thank you!
Pages: 1 2