Beginner Bug Bounty Guide - Part 6

Takshil Patil
Feb 1, 2022

Previous : Beginner Bug Bounty Guide - Part 5

Next: Beginner Bug Bounty Guide 7

Note: These articles are my take (opinion) on “How to start Bug Bounty”, inspired by security community. These details will be updated as an when I learn new insights. These articles are for ethical and educational purposes only.

This article mainly focuses on need of Fuzzing. How to detect if the fuzzed response is interesting or not. When to use fuzzing and When not to use fuzzing.

==UNDER CONSTRUCTION==

How does fuzzing help in Bug Bounty?

The idea of fuzzing seems consumable but how to detect if a fuzzing output is interesting or not?

When to use fuzzing?

When not to use fuzzing?

--

--