Structured bug bounty report templates for Burp Suite
Pre-built, structured report templates for the most common web vulnerabilities — drop them into Burp Suite's note fields and fill in the blanks. No more scrambling to remember CVSS scores or remediation steps mid-engagement.
| Template | Vulnerability | Severity |
|---|---|---|
SSRF.md |
Server-Side Request Forgery | High / Critical |
IDOR.md |
Insecure Direct Object Reference | Medium / High |
XSS.md |
Cross-Site Scripting (Reflected, Stored, DOM) | Medium / High |
AUTH_BYPASS.md |
Authentication Bypass | Critical |
SQLi.md |
SQL Injection | High / Critical |
OPEN_REDIRECT.md |
Open Redirect | Low / Medium |
XXE.md |
XML External Entity Injection | High |
RCE.md |
Remote Code Execution | Critical |
Every template follows the same format for consistency across reports:
## [VULN-TYPE] — [Target/Endpoint]
**Severity:** [Critical / High / Medium / Low / Informational]
**CVSS Score:** [0.0–10.0] ([Vector String])
**CWE:** [CWE-XXX]
### Summary
[One paragraph description of the vulnerability]
### Affected endpoint
- URL:
- Method:
- Parameter:
### Steps to reproduce
1.
2.
3.
### Proof of Concept
\```http
[Request/Response]
\```
### Impact
[What an attacker can achieve]
### Remediation
[Specific fix guidance]
### References
- [OWASP link]
- [CVE if applicable]- Open Burp Suite → Target tab → right-click a request → Send to Repeater
- Open the Notes tab in any Burp tool
- Paste the relevant template and fill in the blanks
- Copy the template into Burp Scanner → Issue definitions → custom notes
- Reference the template when writing manual findings in the Audit view
# Copy SSRF template to clipboard
cat templates/SSRF.md | pbcopy # macOS
cat templates/SSRF.md | xclip # Linux- Consistency — uniform format across all reports on a program
- Speed — skip the blank-page problem mid-engagement
- Completeness — CVSS, CWE, remediation, and references baked in
- Client-ready — templates are written for technical and non-technical audiences
Have a template for a vulnerability type not listed here? PRs welcome.
See CONTRIBUTING.md.
MIT — free to use in personal and commercial engagements.
Built by AliceLabs LLC · Security Research Division
contacto@alicelabs.site