TestimoX

API Reference

Class

PrivilegeEscalationAnalyzer

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Analyzes a graph to locate privilege escalation paths.

Inheritance

  • Object
  • PrivilegeEscalationAnalyzer

Constructors

Methods

public Void AddEdges(IEnumerable<GraphEdge> edges) #
Returns: Void

Adds edges to the internal graph.

Parameters

edges System.Collections.Generic.IEnumerable{ADPlayground.GraphEdge} requiredposition: 0
Edges to add.
public IEnumerable<List<String>> FindPaths(String start, String target) #
Returns: IEnumerable<List<String>>

Finds escalation paths between two objects.

Parameters

start System.String requiredposition: 0
Starting object.
target System.String requiredposition: 1
Target object.

Returns

Collection of paths, each path is a list of nodes.