TestimoX

API Reference

Class

CertificateTakeoverAnalyzer

Namespace ADPlayground.Pki
Assembly ADPlayground
Modifiers static

Provides analysis of certificate templates for potential takeover risk.

Inheritance

  • Object
  • CertificateTakeoverAnalyzer

Methods

public static IEnumerable<CertificateTakeoverInfo> GetVulnerableTemplates(String forestName = null) #
Returns: IEnumerable<CertificateTakeoverInfo>

Gets certificate templates that allow non-admins to request authentication certificates.

Parameters

forestName System.String = null optionalposition: 0
Optional forest name to query.

Returns

Collection of takeover findings.