CTF built to test basic privilege escalation
You need Docker and Docker Compose installed on your system:
sudo apt update sudo apt install -y docker.io docker-compose
docker --version docker-compose --version
docker-compose up -d --build This will:
- Download the Ubuntu 20.04 base image
- Install Apache, PHP, and SSH services
- Configure the vulnerable web application
- Set up user accounts and privilege escalation vectors
- Start all services automatically
docker ps
docker logs ctf-vulnerable-box