Back to Index

PHP Filter Chain Lesson (Advanced Topic)

Port: 9051:80 Docker Image: joshbeck2024/ctf-php-filter-chain-lesson-flag-red70:latest

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -d --restart always --name flag-red70 -p 9051:80 joshbeck2024/ctf-php-filter-chain-lesson-flag-red70:latest

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red70 && docker rm flag-red70