Back to Index

PHP Deserialization Lab

Port: 9019:80 Docker Image: joshbeck2024/ctf-php-deserialization-flag-p

Run Challenge

Download Script

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

docker run -d -p 9019:80 --restart always --name flag-p joshbeck2024/ctf-php-deserialization-flag-p

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-p && docker rm flag-p