setntlm
lsadump::setntlm
can be used to perform a password reset without knowing the user's current password. It can be useful during an active directory Access Control (ACL) abuse scenario. It has the following command line arguments:
/ntlm
: The new NT hash for the target user/user
: The username of the account to target/password
: The new password for the target user/server
: hostname of the target server
LM and NT hashes are used to authenticate accounts using the NTLM protocol. These hashes are often called NTLM hash and many documentations, resources, blogpost and tools mix terms. In this case, "ntlm" refers to the NT hash.
Reset for a Domain User
Reset for a Local User
Last updated