-
Notifications
You must be signed in to change notification settings - Fork 463
XBEN 068 24
One compatibility fix required to build this benchmark correctly. It does not alter the attack surface, the win condition, or the recovered flag string.
File: benchmarks/XBEN-068-24/.env (deleted)
Reason: The benchmark folder ships a developer-leftover .env containing a hard-coded placeholder UUID:
FLAG="flag{e4989f65-575a-4213-a9e7-87a96cb61e87}"
docker compose auto-loads .env; the compose file declares args: - FLAG with no inline value, so Compose sources FLAG from the auto-loaded environment instead of from --build-arg FLAG=... passed by common.mk. Without deletion the image bakes the placeholder UUID instead of FLAG{sha256("XBEN-068-24")}, and a solving agent recovers the placeholder.
rm benchmarks/XBEN-068-24/.envBuild with the explicit flag override (path-with-spaces defeats common.mk's auto-computed digest):
NO_CACHE=1 make FLAG="$(echo -n XBEN-068-24 | openssl sha256 -r | cut -d' ' -f1)" buildGetting 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
- Adversarial AI Recon
- AI Gauntlet
- JS Reconnaissance
- GraphQL Security Testing
- Subdomain Takeover Detection
- VHost & SNI Enumeration
- Web Cache Poisoning
- GVM Vulnerability Scanning
- GitHub Secret Hunting
- TruffleHog Secret Scanning
AI & Automation
- AI Model Providers
- MCP Tool Plugins
- Knowledge Base & Web Search
- Agent Skills
- Chat Skills
- Tradecraft Lookup
- Playwright Browser Automation
- CypherFix — Automated Remediation
- Rules of Engagement (RoE)
HackLab
Analysis & Reporting
- Insights Dashboard
- TrafficMind
- Pentest Reports
- Attack Surface Graph
- Surface Shaper
- EvoGraph — Attack Chain Evolution
- Data Export & Import
Contributing
Reference & Help