Skip to main content

visualize

Interactive BloodHound graph explorer. Ingests SharpHound / BloodHound JSON exports and renders them as an interactive TUI or exports them as a Graphviz DOT document for SVG/PNG generation.

Usage


Flags


Input Sources

Specify the BloodHound data in one of three ways:

Modes

Terminal Mode (Interactive TUI)

When stdout is a terminal (i.e., not piped), R4t launches a full-screen interactive TUI. Features:
  • Attack path search — find shortest paths to Domain Admin and other high-value targets
  • Node browser — navigate users, groups, computers, and OUs
  • Vulnerability edge explorer — inspect ACL edges and privilege relationships
  • Live search — filter and search nodes in real time

Pipe Mode (DOT Export)

When stdout is redirected, R4t writes a Graphviz DOT document to stdout:
This mode requires Graphviz (dot) to be installed for rendering.

Relationship to bloodhound collect

The typical workflow is: