Getting Started With Bug Bounty PDF
Getting Started With Bug Bounty PDF
Getting Started With Bug Bounty PDF
BUG BOUNTY?
EDIS KONSTANTINI
WHO AM I
▸ My first bug bounty reward was from Offensive Security, on July 12, 2013, a day
before my 15th birthday.
▸ Aside from work stuff, I like hiking and exploring new places. Oh, I also like techno.
WHAT IS THIS TALK ABOUT?
▸ An introduction to the concept of the
Bug Bounty, from a company perspective
bugcrowd.com/programs
What we see lately
There’s a rapid growth in adoption of the bug bounty programs over the past decade. Every day, more organizations are adopting the Bug Bounty Model. That
includes large enterprises as well as small - medium sized enterprises.
▸Scope - *.example.com
▸Focus - payment processing
▸Exclusions - 3rd party sites
▸Organization-wide awareness
▸Environment - prod vs staging
▸Access - shared credentials or self signup
▸Decide - Private or Public?
POST LAUNCH - THINGS YOU NEED TO KNOW AFTER LAUNCHING A PROGRAM
▸Commitment
▸Communication
▸Reports
▸Define a Vulnerability Rating Taxonomy
WHO ARE THE BUG HUNTERS?
▸ Passionate about
security
▸ All ages
▸ Like to challenge
▸ To make internet more Source: Bugcrowd’s State of Bug Bounty 2018 Report
secure!
SOME TIPS AND SUGGESTIONS TO THE BUG HUNTERS
▸ Sharing is caring! This is the motto of many well known researchers that like
to share vulnerabilities they find, and their methodology, so make sure to
read blog posts of other hackers.
▸ Be patient. Because, it will take time to find the first valid bug. Don’t be
disappointed. Duplicates are everywhere!
▸ Approaching a target: Let’s assume that the program has a large scope
(*.example.com), don’t waste your time on main site if you are late to the party as
chances are low that you’ll find anything in the main site(as everyone probably went
over it so many times).
▸ Use Nmap, as it will certainly help to find hosts running on non-standard ports that may
be vulnerable to critical issues.
▸ Review the services and ports found by recon. Check for the infrastructure of the
application. Try to understand how they handle sessions/authentication, check for
CSRF (whether if they have some protection for it, i.e csrf token), test for IDOR’s. Take
a look at how they filter input versus encoding etc.
▸ If you get stuck at some point, ask for help. The bug bounty community helps each
other, but before asking, make sure you check all the possibilities to resolve it.
The value of writing good submission