BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.93k stars 1.74k forks source link

Which tool to display JSON exports from BloodHound ? #145

Closed maaaaz closed 6 years ago

maaaaz commented 7 years ago

Hello there,

Do you know any tool/script being able to process a json export from BloodHound in order to display graphs ? I'm thinking about something like D3JS.

I know that there is a closed-source code part in BloodHound and you cannot really provide such format but I really think that in a near future, a good HTML export with graphs will be necessary to auditors/pentesters (because asked by customers :)).

Anyway, thank you for that great tool.

Cheers !

rvazarkar commented 7 years ago

You can always just export a single graph as an image

On Mon, Dec 4, 2017, 2:48 PM Thomas D. notifications@github.com wrote:

Hello there,

Do you know any tool/script being able to process a json export from BloodHound in order to display a graph ? I'm thinking about something like D3JS.

I know that there is a closed-source code part in BloodHound and you cannot really provide such format but I really think that in a near future, a good HTML export with graphs will be necessary to auditors/pentesters (asked by customers).

Anyway, thank you for that great tool.

Cheers !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BloodHoundAD/BloodHound/issues/145, or mute the thread https://github.com/notifications/unsubscribe-auth/AFdJfrWxVhmsWFXMEuXIUH4NgBEOaUZUks5s9FqDgaJpZM4Q1SwI .

maaaaz commented 7 years ago

Yes but having the ability to wander in the graph and not only have a static image would be awesome.

rvazarkar commented 6 years ago

We could potentially enable the Gephi output, which is a third party graphing tool. The JSON was generally intended to allow you to parse data out, not export it for display, although BloodHound does support loading JSON back in to display a graph