Skip to content

Feature/bulk download reports#85

Merged
sw33tLie merged 2 commits intosw33tLie:mainfrom
R3dTr4p:feature/bulk-download-reports
Mar 4, 2026
Merged

Feature/bulk download reports#85
sw33tLie merged 2 commits intosw33tLie:mainfrom
R3dTr4p:feature/bulk-download-reports

Conversation

@R3dTr4p
Copy link
Contributor

@R3dTr4p R3dTr4p commented Mar 4, 2026

Summary

  • Bulk download all your HackerOne reports as Markdown files (bbscope reports h1)
  • Reports are saved to {output-dir}/h1/{program}/{id}_{title}.md with structured metadata (severity, bounty, CVEs, etc.)
  • Supports filtering by --program, --state, and --severity
  • --dry-run mode to preview reports without downloading
  • --overwrite to re-download existing files
  • Fetches 10 reports in parallel for speed

Usage

bbscope reports h1 --user <username> --token <token> --output-dir ~/reports
bbscope reports h1 --user <username> --token <token> --dry-run
bbscope reports h1 --user <username> --token <token> --state resolved --severity critical,high

R3dTr4p and others added 2 commits March 4, 2026 23:27
New `bbscope reports h1` command fetches all reports via the Hacker API
and saves them as structured Markdown files organized by program handle.
Supports --dry-run, --program/--state/--severity filters, and --overwrite.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sw33tLie sw33tLie merged commit ee1f4d2 into sw33tLie:main Mar 4, 2026
1 check failed
@sw33tLie
Copy link
Owner

sw33tLie commented Mar 4, 2026

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants