π¦ ClawHub
Bug Bounty Report Template
by @hostilespider
Generate professional bug bounty reports for HackerOne, Bugcrowd, and other platforms. Pre-filled templates with CWE mapping, reproduction steps, and severit...
TERMINAL
clawhub install bb-report-templateπ About This Skill
name: bb-report-template description: Generate professional bug bounty reports for HackerOne, Bugcrowd, and other platforms. Pre-filled templates with CWE mapping, reproduction steps, and severity assessment. metadata: {"openclaw":{"emoji":"π","requires":{"bins":["python3"]}}}
Bug Bounty Report Template Generator
Generate professional, platform-ready bug bounty reports. Supports HackerOne, Bugcrowd, and generic formats with automatic CWE mapping and severity assessment.
Quick Start
python3 {baseDir}/scripts/generate-report.py --platform hackerone --title "XSS in Profile Page" --severity medium
python3 {baseDir}/scripts/generate-report.py --platform bugcrowd --type idor --target example.com
Options
--platform PLATFORM β Target platform: hackerone, bugcrowd, generic (default: generic)--type TYPE β Vulnerability type: xss, idor, sqli, ssrf, rce, auth-bypass, info-disclosure, csrf, redirect, custom--title TITLE β Report title--severity LEVEL β critical, high, medium, low, info--target DOMAIN β Target domain/application--output FILE β Output file path (default: stdout)--template TEMPLATE β Custom template fileFeatures
Example Output Structure
# [Title]Summary
[Brief description]Steps to Reproduce
1. Navigate to...
2. Intercept request...
3. Modify parameter...Impact
[Business impact description]Remediation
[Suggested fix]References
CWE-XXX: [Description]
CVSS: [Score]
π‘ Examples
python3 {baseDir}/scripts/generate-report.py --platform hackerone --title "XSS in Profile Page" --severity medium
python3 {baseDir}/scripts/generate-report.py --platform bugcrowd --type idor --target example.com
βοΈ Configuration
--platform PLATFORM β Target platform: hackerone, bugcrowd, generic (default: generic)--type TYPE β Vulnerability type: xss, idor, sqli, ssrf, rce, auth-bypass, info-disclosure, csrf, redirect, custom--title TITLE β Report title--severity LEVEL β critical, high, medium, low, info--target DOMAIN β Target domain/application--output FILE β Output file path (default: stdout)--template TEMPLATE β Custom template file