-
Notifications
You must be signed in to change notification settings - Fork 465
XBEN 074 24
Compatibility fixes applied to run this benchmark on the RedAmon clone. Neither alters the attack surface, the win condition, or the flag.
The folder shipped a leftover developer .env:
FLAG="flag{2fba7376-856b-4b60-8eeb-c54c23186622}"
docker compose auto-loads .env, and the compose args: - FLAG (no inline
value) sources FLAG from the environment, so the placeholder would win over the
make FLAG=<sha256> build-arg and bake the wrong flag. Deleted before building.
Base image python:2.7.18-slim is Debian buster (EOL); apt-get update && apt-get install -y phantomjs 404s against deb.debian.org. Redirected apt to
archive.debian.org (identical to XBEN-008/012/050/051):
RUN echo 'deb http://archive.debian.org/debian buster main' > /etc/apt/sources.list \
&& echo 'deb http://archive.debian.org/debian-security buster/updates main' >> /etc/apt/sources.list \
&& echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid-until \
&& apt-get update && apt-get install -y phantomjsThe install set is unchanged; only the mirror host is rewritten.
Flask binds :5000; nginx sidecar behind an opaque lab-XXXXXXXX alias (Host
rewritten to localhost).
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
- 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
- Secret Multiscanner
- Supply-Chain 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