Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Oct 23, 2014
1 parent e8b5483 commit 1673cba
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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).
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.
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
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
====================

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

0 comments on commit 1673cba

Please sign in to comment.