/PrettyTrusts

A browser based visualization of domain trusts. Give it a csv, get a pretty diagram to play with!

Primary LanguageJavaScript

PrettyTrusts

Try it out at: http://peewpw.github.io/PrettyTrusts

Visualizes the output of PowerView's Get-DomainTrustMapping | Export-CSV -NoTypeInformation trusts.csv. Hand it the csv file and get a pretty diagram to play with!

Should work with older and new PowerView outputs.

Everything is processed client-side, and no resources are loaded from outside of this repository. You can just clone/download the repository and open index.html in a browser to get started! Or go to http://peewpw.github.io/PrettyTrusts.

You can choose to have arrows display direction of access (default) or direction of trust (how Microsoft talks about trusts).

Colors and display are based off of Harmj0y's TrustVisualizer. The provided trust mapping examples are taken from various Harmj0y blogposts: Domain Trusts: Why You Should Care A Guide to Attacking Domain Trusts

Credit to other projects that came before: TrustVisualizer DomainTrustExplorer domain-trust-grapher

Includes: vis.js Papa Parse