Back to Index

CGI Exploitation Lab

Port: 9003:80 Docker Image: joshbeck2024/ctf-mod-cgi-shell-flag-d

Run Challenge

Download Script

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

docker run -d -p 9003:80 --restart always --name ctf-mod-cgi joshbeck2024/ctf-mod-cgi-shell-flag-d

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-mod-cgi && docker rm ctf-mod-cgi