Back to Index

Simple PHP Filter

Port: 3444:80 Docker Image: joshbeck2024/ctf-php-filter

Run Challenge

Download Script

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

docker run -d -p 3444:80 --name ctf-php-filter --restart always joshbeck2024/ctf-php-filter

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-php-filter && docker rm ctf-php-filter