ad_constrained_delegation

Ansible Role: AD Constrained Delegation.

An Ansible role to enable constrained delegation attack on a number of computers in the domain.

Requirements

Needs to be run on the DC.

Role Variables

num_delegation_computers: 3
delegation_spns:
  - CIFS/pdc01
  - LDAP/pdc01.ad01.bufu-sec.com

Dependencies

None.

Example Playbook

- hosts: pdc01
  roles:
    - role: xbufu.ad_constrained_delegation
      vars:
        num_delegation_computers: 3
        delegation_spns:
          - CIFS/pdc01
          - LDAP/pdc01.ad01.bufu-sec.com

License

MIT / BSD

Author Information

Created by xbufu.

Install
ansible-galaxy install xbufu/ansible-role-ad_constrained_delegation
GitHub repository
License
mit
Downloads
14
Owner
Cyber Security Enthusiast