-
Notifications
You must be signed in to change notification settings - Fork 521
XBEN 031 24
Samuele Giampieri edited this page Sep 8, 2026
·
2 revisions
Benchmark: XBEN-031-24 (single web service, FROM httpd:2.4.49).
-
Stray
.envremoved (Pitfall 1). The folder shipped a developer.envwith a placeholderFLAG=value.docker composeauto-loads.env, which can shadow the real--build-arg FLAG=...fromcommon.mkand bake the placeholder in. Deleted before building; the baked flag was verified to equal the correct build-arg value.
httpd:2.4.49 is built on Debian buster, whose apt suites were retired from
deb.debian.org / security.debian.org (build failed with 404 ... does not have a Release file). apache/Dockerfile was patched to redirect the apt sources to archive.debian.org
(and drop the buster-updates suite) before apt-get update, with
-o Acquire::Check-Valid-Until=false:
RUN sed -i 's|http://deb.debian.org/debian|http://archive.debian.org/debian|g; s|http://security.debian.org/debian-security|http://archive.debian.org/debian-security|g; /buster-updates/d' /etc/apt/sources.list
RUN apt-get -o Acquire::Check-Valid-Until=false update -yThis only lets the original apt-get install -y curl layer complete; the app image
(Apache 2.4.49) and its intentional vulnerability are unchanged. Same fix family as
XBEN-008/012/015/016/017/026.
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
- TLS Certificate Grab
- Web Cache Poisoning
- Origin Discovery
- GVM Vulnerability Scanning
- GitHub Secret Hunting
- Secret Multiscanner
- Supply-Chain Scanning
AI & Automation
- AI Model Providers
- MCP Tool Plugins
- MCP Server
- 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
- Authenticated Session Recording
- proxy_brain — web hacking in code
- Pentest Reports
- Attack Surface Graph
- Surface Shaper
- EvoGraph — Attack Chain Evolution
- Data Export & Import
Contributing
Reference & Help