BugBounty Academy - bug bounty learning platform (Somali + English). Educational only.
# 🛡️ BugBounty Academy
**Bug bounty learning platform — Somali + English.**
Website dhab ah oo ku saabsan bug bounty: vulnerability classes (IDOR, XSS, SQLi, SSRF, CSRF, Auth bypass, Business Logic, File Upload, GraphQL...), methodology (recon → hunt → validate → report), tools, report template + CVSS v3.1 calculator, iyo interactive lab (header scanner demo + 10-question quiz).
> ⚠️ **Educational only.** Authorized testing only. Never test a system without written permission.
## ✨ Features
| Page | What it covers |
|------|----------------|
| `index.html` | Home — hero, stats, hunting flow, ethics |
| `vulns.html` | 15+ vulnerability classes with examples & fixes |
| `methodology.html` | 5-phase hunting methodology |
| `tools.html` | Essential tools + recon one-liner pipeline |
| `reports.html` | Report template + interactive CVSS v3.1 calculator |
| `lab.html` | Header scanner demo + 10-question quiz |
## 🚀 Run locally
Just open `index.html` in a browser — no build step, no dependencies.
```bash
# or serve it:
python -m http.server 8000
# →
localhost
```
## 🧰 Stack
- Pure HTML5 + CSS3 + vanilla JavaScript (zero dependencies)
- Responsive dark hacker theme (green/cyan)
- Client-side only — no backend, no data collection
## 📁 Structure
```
bugbounty-academy/
├── index.html
├── vulns.html
├── methodology.html
├── tools.html
├── reports.html
├── lab.html
├── css/style.css
├── js/main.js (nav, typing effect, counters)
├── js/lab.js (header scanner + quiz)
├── js/cvss.js (CVSS v3.1 calculator)
└── .github/workflows/pages.yml (GitHub Pages deploy)
```
## 🌍 Live
Deployed on GitHub Pages: `
mohamedyusfalii404-sudo.git…`
## 📜 License
Educational use. All content is for learning bug bounty hunting legally and responsibly.