TestimoX

API Reference

Class

PlaintextCredentialFinding

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Finding indicating potential plaintext credentials in a script.

Inheritance

  • Object
  • PlaintextCredentialFinding

Constructors

public PlaintextCredentialFinding() #

Properties

public String File { get; set; } #

Script file where the snippet was found.

public String CredentialSnippet { get; set; } #

Sanitized snippet of suspected credential material.

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.