I’m a pwn player. Memory corruption pays in CTFs, but in bug bounty the money is in logic and access flaws, not crashes. Here’s the translation:
| pwn instinct | bug-bounty equivalent |
|---|---|
| Find a missing check | Broken Access Control (IDOR/BOLA) |
| Control a pointer | Control an object ID in a URL/body |
| Leak an address | Leak data via insecure direct object ref |
| Get a shell | Reach cloud metadata via SSRF |
You see /api/order/123. Try /api/order/124. If you get someone else’s order,
that’s a report. It’s the same thrill as finding a missing null check — but the
payout is cash, not points.
amass + httpx + subfinder + gau./api, /account, /admin on in-scope programs only.Never scan outside a program’s scope. That’s illegal and gets you banned.