forked from mirrors/kingfisher
1.4 KiB
1.4 KiB
| title | description |
|---|---|
| Hosted Report Viewer | Open the Kingfisher report viewer from the docs site and upload Kingfisher, Gitleaks, or TruffleHog JSON reports directly in your browser. |
Kingfisher ships a browser-based report viewer that can also be hosted from the documentation site as a static page.
What it supports
- Upload local
KingfisherJSON and JSONL reports - Upload local
GitleaksJSON reports - Upload local
TruffleHogJSON and JSONL reports - Merge multiple uploaded reports in one browser session
- Explore findings, detector breakdowns, and access-map data when present
Hosted vs local viewer
The hosted docs-site version is upload-based. It does not use the CLI-only local /report endpoint that powers kingfisher view.
Use the hosted version when you want a hosted static viewer on GitHub Pages.
Use the local CLI viewer when you want Kingfisher to open a report directly from disk:
kingfisher view report.json
Sample data
You can test the hosted page with a bundled sample report:
Notes
- Everything runs client-side in the browser.
- Imported third-party reports are normalized for viewing and deduplicated by fingerprint logic in the viewer.
- Native-only CLI conveniences such as auto-loading
/reportremain part of the localkingfisher viewworkflow.