This commit is contained in:
Mick Grove 2026-01-02 13:04:30 -08:00
commit 7bde8a9a9b
2 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,14 @@ NOTE: Replay has been slowed down for demo
## Report Viewer Demo
Explore Kingfishers built-in report viewer and its `--access-map`, which can show what the token (AWS, GCP, Azure, GitHub, and GitLab...more coming) can actually access : [Access map outputs and viewer](#access-map-outputs-and-viewer)
Note: when you pass `--view-report`, Kingfisher starts a **localhost-only** web server on port `7890` and opens it in your default browser. Youll see this near the end of the scan output, and **Kingfisher will keep running** until you stop it.
```bash
INFO kingfisher::cli::commands::view: Starting access-map viewer address=127.0.0.1:7890
Serving access-map viewer at http://127.0.0.1:7890 (Ctrl+C to stop)
```
**Usage:**
```bash
kingfisher scan /path/to/scan --access-map --view-report
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 295 KiB

Before After
Before After