โš  Authorized testing only. Disclosed public bug-bounty data for defensive/educational research. Use payloads only against systems you are permitted to test.
LogoThe Hacktivity Field GuideReal-world web hacking, catalogued โŒ‚
๐Ÿ”Ž
Field Guide/Triage & Demonstrating Impact

Triage & Demonstrating Impact

> A bug is worth what you can prove it does. The gap between an "informative" and a $20k report in > this corpus is almost never a different bug โ€” it's a better-demonstrated impact. This page is the > reusable playbook for turning a finding into an accepted, well-paid report.

ยงThe impact ladder

For every finding, ask "so what?" until you hit business impact:

reflected input โ†’ XSS fires โ†’ steal session cookie โ†’ account takeover โ†’ access all users' data open redirect โ†’ chains to OAuth code theft โ†’ account takeover SSRF โ†’ reach 169.254.169.254 โ†’ cloud creds โ†’ read prod data / RCE IDOR on /invoice/<id> โ†’ read one โ†’ enumerate all โ†’ mass PII disclosure CSRF on email-change โ†’ attacker sets victim email โ†’ password reset โ†’ ATO

The reporters who get paid walk the ladder in the PoC, they don't leave it as "could lead to".

ยงSeverity: speak CVSS but lead with the story

X and obtained Y belonging to another user." Concrete, reproducible, other-user impact.

(attacker + victim) so triage can't dismiss it as self-only.

with a redacted sample beats "PII leak".

ยงBuild a PoC triage can run in 60 seconds

but prove you had them.

ยงAvoid the "useless report" traps (why reports get closed)

These are the recurring reasons reports in this corpus were marked informative/N-A โ€” don't ship them:

no demonstrated exploit. Turn it into impact or don't report it.

that reads it.

ยงTimeline craft (from the disclosed exchanges)

The disclosed timelines in this corpus repeatedly show what moves a report forward:

versions, a video for timing/race bugs.

overclaiming. Overstated impact gets you distrusted and downgraded.

severity across the resolved reports.

"informative" disputes.

ยงReferences

"Escalation & chaining" and "Real-world case studies" sections.