wh0amitz / SharpRODC

To audit the security of read-only domain controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharpRODC

To audit the security of read-only domain controllers, I created the SharpRODC project, a simple .NET tool for RODC-related misconfiguration. For more details on attacking RODC please read my blog: Revisiting a Abuse of Read-Only Domain Controllers (RODCs)

The tool enumerates the following from Active Directory:

  • DACL of the RODC object
  • RODC's Krbtgt account
  • DACL of the "Allowed RODC Password Replication Group" object
  • DACL of the "Denied RODC Password Replication Group" object
  • "managedBy" attribute value of RODC object
  • DACL of the user or group to whom RODC administrative rights are delegated
  • "msDS-RevealOnDemandGroup" attribute value of the RODC object
  • "msDS-NeverRevealGroup" attribute value of the RODC object
  • "msDS-RevealedList attribute" value of the RODC object
  • RODC-related DACL on the domain partition object

About

To audit the security of read-only domain controllers


Languages

Language:C# 100.0%