Back to Index

CVE-2018-12613: phpMyAdmin

Port: 9040:80 Docker Image: joshbeck2024/ctf-phpmyadmin-cve-2018-12613-flag-s

Run Challenge

Download Script

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

docker run -d -p 9040:80 --restart always --name flag-s joshbeck2024/ctf-phpmyadmin-cve-2018-12613-flag-s

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-s && docker rm flag-s