Skip to content

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

Notifications You must be signed in to change notification settings

0x90shell/DomainTrustExplorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%