TestimoX

API Reference

Class

ScriptSecurityReport

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Aggregated security report for scripts referenced by a GPO.

Inheritance

  • Object
  • ScriptSecurityReport

Constructors

Properties

public IReadOnlyList<ScriptPermissionFinding> UnsafePermissions { get; set; } #

ACL findings on files/paths used by scripts.

public IReadOnlyList<PlaintextCredentialFinding> PlaintextCredentials { get; set; } #

Findings indicating plaintext secrets in script contents.

public IReadOnlyList<NonexistentShareFinding> NonexistentShares { get; set; } #

Findings where referenced shares are missing/unreachable.

public IReadOnlyList<ScriptFileSecurity> Files { get; set; } #

Script files and their ACL posture.

public IReadOnlyList<ScriptUncSecurity> UncFiles { get; set; } #

UNC targets referenced by scripts and their ACL posture.

public String DomainName { get; set; } #

DNS domain name owning the GPO.

public Guid GpoId { get; set; } #

GPO identifier.

public String GpoDisplayName { get; set; } #

GPO display name.