Blog | Prathmesh Dasi
Security Researcher Logo

Security Researcher

Bug Bounty Blog

Tips, experiences, and thoughts on ethical hacking and my learning journey.

What is Bug Bounty Hunting?

Bug bounty hunting is the process of finding vulnerabilities in software or web applications and reporting them responsibly to organizations. It is often rewarded through monetary payouts known as bounties.

Tags: introduction getting started

My Favorite Recon Tools

I often use ffuf for fuzzing, httpx for HTTP probing, and Subfinder for subdomain enumeration. These tools help me gather useful information before testing.

Tags: recon tools