Skip to content

GitHound Explore – UI for result filtering & cloud scans

Tillson Galloway edited this page May 3, 2025 · 1 revision

Visualize and manage your search results in real-time with the new GitHound Explore dashboard. Get started now for free at https://githoundexplore.com/ or by using the --dashboard flag. Keep in mind you can still use GitHound without the dashboard.

Example

Setup

To get started, run git-hound --dashboard. This will walk you through linking git-hound with the dashboard. Then, results will be streamed to the dashboard in real-time.

TruffleHog integration

trufflehog [options] | git-hound --dashboard --trufflehog
Or, you can pipe saved results in:
cat truffle_results.json | git-hound --dashboard --trufflehog

Cloud scans

GitHound Explore also supports cloud scans, where you can search for secrets directly from your browser (no download required!).

Clone this wiki locally