// Comparison
Bug Bounty Bootcamp vs Hacking APIs: Which Should You Read?
Two cybersecurity books on Web Security, compared honestly: who each is for, what each does best, and which to read first.
Vickie Li's pragmatic walk through the bug-bounty workflow, from picking a program and recon to reporting findings that actually pay out.
Corey Ball's structured approach to attacking REST and GraphQL APIs: enumeration, auth flaws, business logic, mass assignment, and the testing harness around them.
Read this if
Skip this if
Key takeaways
- The recon chapter (subdomains, GitHub leaks, archived endpoints) alone justifies the book; most beginners skip recon and miss most of the bounty.
- The chapters on race conditions and business logic flaws cover bug classes that don't show up in older textbooks but pay regularly today.
- Li's writing on reports, triage interaction, and disclosure ethics is the calmest and most professional section in the bug-bounty book market.
- API attack surface is dramatically underexploited compared to HTML attack surface; for most public bug bounty programs, the API is where the bounties hide.
- BOLA (broken object-level authorization) is the dominant API bug class and the one that pays best; Ball's framing is the cleanest in print.
- Burp Suite Professional + Postman + a custom recon pipeline is the practical toolset; the book justifies the choice and shows you how to use them together.
How they compare
Bug Bounty Bootcamp and Hacking APIs are both rated 4/5 in our catalog. Pick by topic preference and reading style rather than by rating.
Bug Bounty Bootcamp is pitched at beginner level. Hacking APIs is pitched at intermediate level. Read the easier one first if you're not yet comfortable with the topic.
Bug Bounty Bootcamp and Hacking APIs both cover Web Security, Offensive, so reading them in sequence reinforces the same material from different angles.