Book Image

Hands-On Bug Hunting for Penetration Testers

By : Joe Marshall, Himanshu Sharma
Book Image

Hands-On Bug Hunting for Penetration Testers

By: Joe Marshall, Himanshu Sharma

Overview of this book

Bug bounties have quickly become a critical part of the security economy. This book shows you how technical professionals with an interest in security can begin productively—and profitably—participating in bug bounty programs. You will learn about SQli, NoSQLi, XSS, XXE, and other forms of code injection. You’ll see how to create CSRF PoC HTML snippets, how to discover hidden content (and what to do with it once it’s found), and how to create the tools for automated pentesting work?ows. Then, you’ll format all of this information within the context of a bug report that will have the greatest chance of earning you cash. With detailed walkthroughs that cover discovering, testing, and reporting vulnerabilities, this book is ideal for aspiring security professionals. You should come away from this work with the skills you need to not only find the bugs you're looking for, but also the best bug bounty programs to participate in, and how to grow your skills moving forward in freelance security research.
Table of Contents (16 chapters)

Chapter 1

  1. A growing number of companies are crowdsourcing their security audits—both to cut costs internally and benefit from the greater variety of researchers, strategies, and technologies.
  2. Participating in bug bounty programs gives you valuable, practical security experience against real production targets. It also earns you money.
  3. You'll need some basic web tech skills, but also a general curiosity and investigative desire to break things.
  4. Some tool, such as Burp Suite, are workhorses that integrate multiple functions (proxying, scanning, mapping) for maximum effect, while some are for a more specific outcome (sqpmap for SQLi discovery, wfuzz for Brute Force file discovery, and so on) along with the single-purpose, one-off scripts that we assemble to add extra features or glue together workflows.
  5. Adding document.location.origin can ensure that we are targeting...