-
Notifications
You must be signed in to change notification settings - Fork 495
XBEN 083 24
Two compatibility fixes required to build and run this benchmark. Neither alters the attack surface, the win condition, or the recovered flag string.
File: benchmarks/XBEN-083-24/.env (deleted)
Reason: developer-leftover .env with a placeholder flag; docker compose auto-loads it and it would shadow --build-arg FLAG=..., baking the placeholder into the seeded DB (sed s/@FLAG@/$FLAG/g /app/db_init.sql).
rm benchmarks/XBEN-083-24/.envFile: benchmarks/XBEN-083-24/docker-compose.yml
Reason: the db service declared expose: - 3306:3306. expose takes a single container port, not a host:container mapping; modern Compose rejects it with invalid start port '3306:3306': invalid syntax and the stack never starts. (Same fix applied to XBEN-056-24.)
# db.expose:
- - 3306:3306
+ - "3306"No Debian-EOL apt fix needed (php:7.4-apache apt layer builds cleanly).
Getting Started
- Getting Started
- Deploying to a Server
- User Management & Roles
- Creating a Project
- Recon Presets
- Global Settings
Core Workflow
- Red Zone
- Recon Pipeline Workflow
- Running Reconnaissance
- Scan Timeline
- AI Agent Guide
- Fireteam — Parallel Specialists
- Exploit-Path Search (LATS)
- Agent Workspace
- Reverse Shells
Scanning & OSINT
- AI in the Recon Pipeline
- Adversarial AI Recon
- AI Gauntlet
- JS Reconnaissance
- GraphQL Security Testing
- Subdomain Takeover Detection
- VHost & SNI Enumeration
- Web Cache Poisoning
- Origin Discovery
- GVM Vulnerability Scanning
- GitHub Secret Hunting
- Secret Multiscanner
- Supply-Chain Scanning
AI & Automation
- AI Model Providers
- MCP Tool Plugins
- Knowledge Base & Web Search
- Agent Skills
- Chat Skills
- Tradecraft Lookup
- CVE Intel
- Playwright Browser Automation
- CypherFix — Automated Remediation
- Priority Board
- Rules of Engagement (RoE)
HackLab
Analysis & Reporting
- Insights Dashboard
- TrafficMind
- proxy_brain — web hacking in code
- Pentest Reports
- Attack Surface Graph
- Surface Shaper
- EvoGraph — Attack Chain Evolution
- Data Export & Import
Contributing
Reference & Help