Example Usage
For detailed setup instructions, see our [Contributing Guide](https://github.com/OWASP-BLT/BLT/blob/main/CONTRIBUTING.md). --- #### Beginner-Friendly Non-Docker Setup (Codespaces for Windows Beginners) Docker/virtualization issues on Windows? Use Poetry + SQLite in GitHub Codespaces (free cloud—no local problems!). 1. Create Codespace on main branch. 2. `cp .env.example .env` 3. `poetry install` (add `poetry run pip install psutil` if "ModuleNotFound" errors) 4. Edit `.env`: - `DATABASE_URL=sqlite:///db.sqlite3` - Add `SECRET_KEY=your-random-bengaluru2026!@#` - Comment Postgres lines with `#` - Dummy keys: `OPENAI_API_KEY=dummy` - Keep `DEBUG=True` 5. Optional CSRF fix in `blt/settings.py`: Set `ALLOWED_HOSTS = ['*']` and add:
See also
xalgorix
Open Source
Xalgorix - The Most Powerful Open-Source AI Pentesting Agent…
Retire.js
Open Source
Detects the use of JavaScript libraries with known vulnerabilities. Available as a CLI tool, browser…
API-Pentesting-Tools
Open Source
API Pentesting Tools are specialized security tools used to test and analyze the security of Applica…
JWT_Tool
Open Source
Toolkit for testing, tampering, and forging JSON Web Tokens. Tests common JWT vulnerabilities includ…
xurlfind3r
Open Source
A command-line utility designed to discover URLs for a given domain in a simple, efficient way. It w…
Evilginx2
Open Source
Standalone man-in-the-middle attack framework that bypasses 2FA by proxying authentication sessions …