Rapid7 Vulnerability & Exploit Database

Role Base Constrained Delegation

Back to Search

Role Base Constrained Delegation

Created
10/31/2022

Description

This module can read and write the necessary LDAP attributes to configure a particular object for Role Based Constrained Delegation (RBCD). When writing, the module will add an access control entry to allow the account specified in DELEGATE_FROM to the object specified in DELEGATE_TO. In order for this to succeed, the authenticated user must have write access to the target object (the object specified in DELEGATE_TO).

Author(s)

  • Podalirius
  • Charlie Bromberg
  • Spencer McIntyre

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/admin/ldap/rbcd
msf auxiliary(rbcd) > show actions
    ...actions...
msf auxiliary(rbcd) > set ACTION < action-name >
msf auxiliary(rbcd) > show options
    ...show and set options...
msf auxiliary(rbcd) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;