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.