feat: pentest feature improvements — streaming, pause/resume, encryption, browser tool, reports, docs
- True SSE streaming via broadcast channels (DashMap per session) - Session pause/resume with watch channels + dashboard buttons - AES-256-GCM credential encryption at rest (PENTEST_ENCRYPTION_KEY) - Concurrency limiter (Semaphore, max 5 sessions, 429 on overflow) - Browser tool: headless Chrome CDP automation (navigate, click, fill, screenshot, evaluate) - Report code-level correlation: SAST findings, code graph, SBOM linked per DAST finding - Split html.rs (1919 LOC) into html/ module directory (8 files) - Wizard: target/repo dropdowns from existing data, SSH key display, close button on all steps - Auth: auto-register with optional registration URL (Playwright discovery), plus-addressing email, IMAP overrides - Attack chain: tool input/output in detail panel, running node pulse animation - Architecture docs with Mermaid diagrams + 8 screenshots Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
BIN
docs/public/screenshots/pentest-attack-chain.png
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
docs/public/screenshots/pentest-dashboard.png
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
docs/public/screenshots/pentest-session-findings.png
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
docs/public/screenshots/pentest-wizard-step1-dropdown.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
docs/public/screenshots/pentest-wizard-step1.png
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
docs/public/screenshots/pentest-wizard-step2-auth.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
docs/public/screenshots/pentest-wizard-step3-strategy.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
docs/public/screenshots/pentest-wizard-step4-confirm.png
Normal file
|
After Width: | Height: | Size: 105 KiB |