Logo Lanfrica

mohamedyusfalii404-sudo/bugbounty-academy

Domain:

digital infrastructure

Record type:

tools
Creator:
moh
Host:
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.

Languages