Book Image

Bug Bounty Hunting Essentials

By : Carlos A. Lozano, Shahmeer Amir
Book Image

Bug Bounty Hunting Essentials

By: Carlos A. Lozano, Shahmeer Amir

Overview of this book

Bug bounty programs are the deals offered by prominent companies where-in any white-hat hacker can find bugs in the applications and they will have a recognition for the same. The number of prominent organizations having this program has increased gradually leading to a lot of opportunity for Ethical Hackers. This book will initially start with introducing you to the concept of Bug Bounty hunting. Then we will dig deeper into concepts of vulnerabilities and analysis such as HTML injection, CRLF injection and so on. Towards the end of the book, we will get hands-on experience working with different tools used for bug hunting and various blogs and communities to be followed. This book will get you started with bug bounty hunting and its fundamentals.
Table of Contents (20 chapters)
Title Page
Copyright and Credits
About Packt
Contributors
Preface
Index

Recognize


The next set of tools that we will see is focused on target recognition. This is a single point to discuss when we are talking about bug bounty hunting, and maybe one of the most remarkable differences between regular security assessments and bug bounties.

When you perform penetration testing, one of the most important phases is recognition because in this phase the pentester will get all the information about the target company, hosts, services, domain names, and so on. In the case of bug bounty hunting, most of the time the scope is limited to a specific target, which could be an application, a group of servers, a single server, a web service, a mobile application, and so on. But in most cases, it is not necessary to put in the same effort as in a regular assessment. Even more so, the bug bounty establishes legal limits to assess out of the scope, so be careful when you are exploring a target.

Knockpy

Knockpy (https://github.com/guelfoweb/knock) is a command-line tool for discovering...