Interactive terminal dashboard for browsing a Klyrek scan result
Project description
klyrek-dashboard
An interactive terminal dashboard for browsing a ScanResult — no browser, no HTTP server.
Built on Textual rather than a web framework, since Klyrek is
a CLI-first ecosystem: this stays in the terminal a user already invoked klyrek crawl from.
from klyrek_dashboard.app import run_dashboard
from klyrek_monitor.snapshot import load_snapshot
result = load_snapshot(Path("scan.json"))
run_dashboard(result) # blocking call; launches the TUI
Shows a summary line (target, findings-by-severity breakdown) plus three tabs — Findings
(sorted by severity, color-coded), Endpoints, and Technologies — each a scrollable, sortable
table. Press q to quit.
This package is purely a rendering concern: it takes an already-built ScanResult and displays
it. Loading a saved scan (via klyrek-monitor's snapshot format, which is JSON-compatible with
klyrek-report's JSON export) is wired up by klyrek-cli's klyrek dashboard <path> command.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file klyrek_dashboard-0.1.0.tar.gz.
File metadata
- Download URL: klyrek_dashboard-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c785faf7626601e6824ec65154f1da59cfb78fa2dd117b1c90604bb4cbba6d6
|
|
| MD5 |
e9a423440eea227f742d7ece3d5b9dce
|
|
| BLAKE2b-256 |
fe173818eb6c80ab32e36ee4fd99575b0ff6bc13afcfb578946ede66ddeb5dca
|
File details
Details for the file klyrek_dashboard-0.1.0-py3-none-any.whl.
File metadata
- Download URL: klyrek_dashboard-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74005a8da821ceba8991352a03d0c878daa9260d3301ed404b0f5d95b94132d5
|
|
| MD5 |
2d276bed995ee3d2e850d7585af4e2f0
|
|
| BLAKE2b-256 |
112515b9e2cbe3abfa4058605e9af5033a70d77e95e3badafd901447c5cb59c9
|