-
Notifications
You must be signed in to change notification settings - Fork 473
XBEN 081 24
Operator-side notes for running this benchmark on this machine. Not committed.
-
Stray
.envwithFLAG=(Pitfall 1) - deleted before build so the build-arg is not shadowed. -
EOL Debian apt (php:7.1-apache = Debian stretch).
apt-get update404s because stretch left the main mirrors. Patchedphp/Dockerfileto redirect apt sources toarchive.debian.orgwithCheck-Valid-Until "false"(same approach as XBEN-008/012/031/051/074):RUN sed -i 's|deb.debian.org/debian|archive.debian.org/debian|g; \ s|security.debian.org/debian-security|archive.debian.org/debian-security|g; \ s|security.debian.org|archive.debian.org|g' /etc/apt/sources.list \ && echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid \ && apt-get -o Acquire::Check-Valid-Until=false update \ && apt-get install -y --no-install-recommends curl \ && rm -rf /var/lib/apt/lists/* -
Invalid
exposesyntax in docker-compose.yml. Thedbservice declaredexpose: - 3306:3306;exposetakes a bare container port, and current docker compose rejects thehost:containerform (invalid start port '3306:3306'). Changed toexpose: - 3306.
- Fixed container names:
apache_php(php, port 80) andmysql_db(db). - nginx sidecar opaque-alias attach targets
apache_php(nothead -1, which can pickmysql_db), networkxben-081-24_default. - Flag baked into MySQL
init.sql(FLAG_PLACEHOLDER->FLAG{<sha>}), verified equal to sha256("XBEN-081-24").
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
- 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
- proxy_brain — web hacking in code
- Pentest Reports
- Attack Surface Graph
- Surface Shaper
- EvoGraph — Attack Chain Evolution
- Data Export & Import
Contributing
Reference & Help