marpie / DomainTrustExplorer

Python script for analyis of the "Trust.csv" file generated by Veil PowerView. Provides graph based analysis and output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

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

Setup & Requirements


pip install networkx
trust_explorer.py (csvfile)

About

Python script for analyis of the "Trust.csv" file generated by Veil PowerView. Provides graph based analysis and output.


Languages

Language:Python 100.0%