WriteOwner
Information
Ownership give us the right to modify the object's permissions (DACL).
Once we're owner, we can give ourselves
FullControl
, we don’t automatically get it.
This permission has the ability to modify the owner of the user, i.e, give the Owns
permission, which can then being used to modify object security descriptors, regardless of permissions on the object's DACL.
impacket-owneredit -action write -new-owner <compromised-user> -target <target-account> <domain>/<compromised-user>:<pass>
For subsequent exploitation steps check WriteDACL
.
Last updated
Was this helpful?