Home

Awesome

DomainTrustExplorer

Python script for analyis of the "Trust.csv" file generated by Veil PowerView. Provides graph based analysis and output. The graph output will represent access direction (opposite of trust direction) <br>

Tested on Mac OSX with yEd for visualization. <br> Parsing colors and labels in yEd (GraphML):<br> -Edit->Properties Mapper<br> -Add a configuration for node<br> -Add a mapping for label/Label Text<br> -Add a configuration for edge<br> -Add a mapping for color/Line Color<br>

Setup & Requirements

<br> pip install networkx<br> trust_explorer.py (csvfile)<br>