-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Justin
committed
Oct 23, 2014
1 parent
e8b5483
commit 1673cba
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|