Crack Active Directory User NTLM hash
#11
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
Reply
#12
Thank you!
Reply