Back to Index

PHP Serialization Basics

Port: 9045:80 Docker Image: joshbeck2024/ctf-php-serialization-explained-flag-red64

Run Challenge

Download Script

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

docker run -d -p 9045:80 --name flag-red64 --restart always joshbeck2024/ctf-php-serialization-explained-flag-red64

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red64 && docker rm flag-red64