Platform চেনা থেকে শুরু করে Recon, Bug খোঁজা, Report লেখা, Submit করা এবং Bounty পাওয়া পর্যন্ত সম্পূর্ণ পথ এক জায়গায়। From understanding platforms to Recon, finding bugs, writing reports, submitting, and getting paid — the complete journey in one place.
Bug Bounty হলো একটি Program যেখানে কোম্পানিগুলো তাদের Software, Website বা Application-এ Security Vulnerability খুঁজে দেওয়ার জন্য Researcher বা Hacker-দের পুরস্কার (Bounty) দেয়। এটা মূলত কোম্পানির Permission নিয়ে, তাদের সিস্টেম হ্যাক করার চেষ্টা করা — যাকে বলা হয় Ethical Hacking বা Penetration Testing। Bug Bounty is a program where companies reward researchers or hackers for finding security vulnerabilities in their software, websites, or applications. It is essentially attempting to hack a company's systems with their permission — this is called Ethical Hacking or Penetration Testing.
| সালYear | ঘটনাEvent |
|---|---|
| 1995 | Netscape প্রথম Bug Bounty Program চালু করেNetscape launches the first Bug Bounty Program |
| 2004 | Mozilla Bug Bounty চালু করে ($500/bug)Mozilla launches Bug Bounty ($500/bug) |
| 2010 | Google ও Facebook নিজস্ব Bug Bounty শুরু করেGoogle and Facebook start their own Bug Bounty programs |
| 2012 | HackerOne প্রতিষ্ঠিত হয় — dedicated Bug Bounty PlatformHackerOne founded — dedicated Bug Bounty Platform |
| 2014 | Bugcrowd প্রতিষ্ঠিত, crowd-based security testingBugcrowd founded, crowd-based security testing |
| 2022+ | বিশ্বব্যাপী $1 Billion+ Bounty প্রদান করা হয়েছেOver $1 Billion+ in bounties paid worldwide |
$50–$500
Low/Medium severity bug, VDP ProgramsLow/Medium severity bugs, VDP Programs
$500–$10,000
High severity bugs, Private programsHigh severity bugs, Private programs
$10K–$1M+
Critical bugs, RCE, Zero-days, Big TechCritical bugs, RCE, Zero-days, Big Tech
| Platform | URL | বৈশিষ্ট্যFeatures | উপযুক্ততাBest For |
|---|---|---|---|
| HackerOne | hackerone.com | সবচেয়ে বড়, বেশি ProgramLargest, most programs | সবার জন্যFor all |
| Bugcrowd | bugcrowd.com | বড় Company-র ProgramsBig company programs | Intermediate |
| Intigriti | intigriti.com | Europe-based, ভালো BountyEurope-based, good bounties | Intermediate |
| YesWeHack | yeswehack.com | European focus, growingEuropean focus, growing | Beginner |
| Synack | synack.com | Vetted researchers onlyVetted researchers only | Expert |
| Open Bug Bounty | openbugbounty.org | Free, without registrationFree, without registration | Beginner |
| VDP (Vulnerability Disclosure) | Paid Bug Bounty | |
|---|---|---|
| পুরস্কারReward | শুধু Hall of Fame বা SwagOnly Hall of Fame or Swag | Cash Bounty ($50–$1M+)Cash Bounty ($50–$1M+) |
| প্রতিযোগিতাCompetition | কমLower | বেশিHigher |
| শেখার সুযোগLearning | ভালোGood | ভালোGood |
| Beginner-দের জন্যFor beginners | ✅ পারফেক্টPerfect | শিখে তারপরAfter learning |
Attacker-এর Malicious JavaScript অন্য User-এর Browser-এ Execute হয়।Attacker's malicious JavaScript executes in another user's browser.
Cookie Theft, Session Hijacking, Phishing, Keylogging
| Vulnerability | Severity | Avg Bounty | Frequency |
|---|---|---|---|
| RCE, SQLi (auth bypass) | 🔴 Critical | $10K–$1M+ | ⭐⭐ |
| SSRF, XXE, IDOR (sensitive), SQLi | 🟠 High | $1K–$10K | ⭐⭐⭐ |
| XSS (stored), CSRF, Broken Auth | 🟡 Medium | $200–$1K | ⭐⭐⭐⭐ |
| XSS (reflected), Open Redirect | 🟢 Low | $50–$200 | ⭐⭐⭐⭐⭐ |
| Info Disclosure, Security Headers | 🔵 Info | $0–$50/Swag | ⭐⭐⭐⭐⭐ |
| Tool | Category | কাজUse | Command |
|---|---|---|---|
| Burp Suite | Proxy | HTTP intercept, modify, replayHTTP intercept, modify, replay | burpsuite |
| subfinder | Recon | Subdomain খোঁজাSubdomain discovery | subfinder -d target.com |
| httpx | Recon | Live host checkLive host check | httpx -l hosts.txt |
| nuclei | Scanner | Template-based vulnerability scanTemplate-based vuln scan | nuclei -u target.com |
| ffuf | Fuzzer | Directory/Parameter bruteDirectory/Parameter brute | ffuf -w list.txt -u URL/FUZZ |
| dalfox | XSS | Automatic XSS scannerAutomatic XSS scanner | dalfox url "https://target.com?q=1" |
| sqlmap | SQLi | SQL Injection scannerSQL injection scanner | sqlmap -u "URL?id=1" |
| gau | Recon | Wayback URLs সংগ্রহCollect wayback URLs | gau target.com |
| amass | Recon | Deep subdomain enumDeep subdomain enum | amass enum -d target.com |
| gf | Filter | URL pattern matchingURL pattern matching | gau target.com | gf xss |
CVSS (Common Vulnerability Scoring System) হলো Bug-এর Severity মাপার স্ট্যান্ডার্ড পদ্ধতি। 0–10 স্কেলে Bug-এর গুরুত্ব বোঝায়। CVSS (Common Vulnerability Scoring System) is the standard method for measuring bug severity. It indicates the importance of a bug on a 0–10 scale.
| Score | Severity | উদাহরণExample |
|---|---|---|
| 9.0–10.0 | 🔴 Critical | RCE without auth, SQLi admin bypass |
| 7.0–8.9 | 🟠 High | SSRF, Stored XSS, Sensitive IDOR |
| 4.0–6.9 | 🟡 Medium | Reflected XSS, CSRF, IDOR (low impact) |
| 0.1–3.9 | 🟢 Low | Open Redirect, Info Disclosure |
| 0.0 | 🔵 Info | Best practices missing |
Weakness: Bug type select করো (XSS, IDOR, etc.)Select bug typeSeverity: তোমার Estimate দাওGive your estimateTitle: Clear ও specificClear and specificDescription: Template অনুযায়ী লেখোWrite following the templateAttachments: Screenshot/Video attach করোAttach screenshots/video
| Status | অর্থMeaning | তোমার করণীয়Your Action |
|---|---|---|
| New | Submitted, দেখা হয়নিSubmitted, not yet reviewed | অপেক্ষা করো (৩–৭ দিন)Wait (3–7 days) |
| Triaged | Valid, Fix হচ্ছেValid, being fixed | 🎉 ভালো! অপেক্ষা করো🎉 Great! Wait |
| Resolved | Fix করা হয়েছেFixed | 💰 Bounty পাবে!💰 You'll get bounty! |
| Duplicate | আগে report হয়েছেAlready reported | Accept করো, শেখোAccept, learn from it |
| N/A | Bug নয়, বা Out of ScopeNot a bug or out of scope | Politely জিজ্ঞেস করো কেনPolitely ask why |
| Informative | Issue কিন্তু Bounty নেইIssue but no bounty | Noted রাখো, next targetNote it, move to next target |
| Method | Platform | বাংলাদেশেIn Bangladesh | সুবিধাPros |
|---|---|---|---|
| PayPal | HackerOne, Bugcrowd | ⚠️ সীমিতLimited | দ্রুত, globalFast, global |
| Bank Transfer (SWIFT) | HackerOne, Bugcrowd | ✅ কাজ করেWorks | সরাসরি Bank-এDirectly to bank |
| Payoneer | HackerOne | ✅ ভালো optionGood option | বাংলাদেশে PopularPopular in BD |
| Crypto (BTC/ETH) | কিছু ProgramSome programs | ⚠️ Legal দেখোCheck legal | AnonymousAnonymous |
| Swag / Gift | VDP Programs | 📦 | T-shirt, Merch, CertificateT-shirt, Merch, Certificate |
অনেক Company তাদের Website-এ Bug Reporter-দের নাম Hall of Fame-এ রাখে। এটা Portfolio-র জন্য অনেক দামি।Many companies list bug reporters on their Hall of Fame page. This is very valuable for your portfolio.
যদি Open Source Software-এ Bug পাও, CVE ID পাওয়া সম্ভব। এটা LinkedIn/Resume-এ যোগ করা যায়।If you find bugs in open source software, you can get a CVE ID — great for your LinkedIn/resume.
🎯 "Every great hacker was once a beginner who didn't give up."
এই গাইড সম্পূর্ণ শিক্ষামূলক। সবসময় Authorized Program-এ কাজ করো এবং Responsible Disclosure অনুসরণ করো। This guide is entirely educational. Always work on authorized programs and follow responsible disclosure.
Bug Bounty Hunting v2.0 — সম্পূর্ণ বাংলা গাইডComplete Bilingual Guide
14 Chapters • Bilingual • Dark Mode • Full Template