ββββββββ βββββββ ββββββ ββββ βββββββ ββββββββββββββββββ
βββββββββββββββββββββββββββββ ββββββββ βββββββββββββββββββ
βββββββββββ ββββββββββββββ βββββββββ βββββββββ ββββββββ
βββββββββββ ββββββββββββββββββββββββββββββββββ ββββββββ
βββββββββββββββββββ ββββββ βββββββββ βββββββββββββββββ βββ
ββββββββ ββββββββββ ββββββ ββββββββ ββββββββββββββββ βββFull-stack API vulnerability scanner targeting the OWASP API Security Top 10 with configurable scan modules and a React dashboard.
This is a quick overview β security theory, architecture, and full walkthroughs are in the learn modules.
- Scans REST APIs against OWASP API Security Top 10 vulnerability categories
- Tests for authentication bypass, injection flaws, IDOR, and rate limiting weaknesses
- SQLi, authentication, IDOR, and rate limit scanner modules with configurable payloads
- JWT auth with bcrypt password hashing and session management
- Scan history tracking with detailed vulnerability reports per endpoint
- Full React dashboard for configuring scans and reviewing results
docker compose up -dVisit http://localhost:8080 to open the dashboard.
Tip
This project uses just as a command runner. Type just to see all available commands.
Install: curl -sSf https://just.systems/install.sh | bash -s -- --to ~/.local/bin
Backend: FastAPI, SQLAlchemy, PostgreSQL, Alembic, httpx, aiohttp
Frontend: React, TypeScript, Vite
This project includes step-by-step learning materials covering security theory, architecture, and implementation.
| Module | Topic |
|---|---|
| 00 - Overview | Prerequisites and quick start |
| 01 - Concepts | Security theory and real-world breaches |
| 02 - Architecture | System design and data flow |
| 03 - Implementation | Code walkthrough |
| 04 - Challenges | Extension ideas and exercises |
AGPL 3.0