Static GitHub Pages app for building vulnerability reports from structured findings.
Live URL:
https://p4wnda.github.io/reporting-tool/
The Pentest Cheatsheet export is useful run context: target info, variables, notes, completed commands, favorites, and copy history. This reporting tool imports that JSON and uses it as supporting evidence while you create proper vulnerability findings.
The tool does not guess vulnerabilities automatically. It helps turn your notes and command evidence into a repeatable report structure.
- Import
p4wnda.pentest-run.v1JSON exports from the Pentest Cheatsheet - Track target metadata and report summary
- Create vulnerability findings with severity, CVSS, affected asset, status, description, impact, evidence, reproduction, remediation, and references
- Reuse imported command history, notes, flags, and credentials as report evidence
- Attach screenshot evidence by pasting images or uploading image files
- Persist work locally in the browser
- Export full report JSON
- Export Markdown report
- Project Hub - links to all p4wnda GitHub Pages projects.
- Blog - writeups, notes, and lab documentation.
- Pentest Cheatsheet - exports the run JSON imported by this reporting tool.
- CTF Checklists - standalone and Active Directory box checklists linked to cheatsheet commands.
index.html App shell
styles.css UI styling
app.js App behavior and localStorage persistence
This repository is intended to be served by GitHub Pages from:
- Branch:
master - Folder:
/ (root)
No build step is required.