TestimoX

API Reference

Class

PlaintextFinding

Namespace ADPlayground.Gpo.GpoExposurePostureService
Assembly ADPlayground
Implements
IEquatable<PlaintextFinding>
Modifiers sealed

Plaintext credential indicator within GPO scripts.

Inheritance

  • Object
  • PlaintextFinding

Constructors

public PlaintextFinding(String GpoName, String File, String CredentialSnippet) #

Plaintext credential indicator within GPO scripts.

Parameters

GpoName System.String requiredposition: 0
Display name of the GPO.
File System.String requiredposition: 1
Script file where the snippet was found.
CredentialSnippet System.String requiredposition: 2
Snippet or token suggesting a credential.

Methods

public PlaintextFinding <Clone>$() #
Returns: PlaintextFinding
public Void Deconstruct(out String GpoName, out String File, out String CredentialSnippet) #
Returns: Void

Parameters

GpoName String requiredposition: 0
File String requiredposition: 1
CredentialSnippet String requiredposition: 2
public virtual Boolean Equals(PlaintextFinding other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String GpoName { get; set; } #

Display name of the GPO.

public String File { get; set; } #

Script file where the snippet was found.

public String CredentialSnippet { get; set; } #

Snippet or token suggesting a credential.