Back to Index
CGI Exploitation Lab
Port: 9003:80
Docker Image: joshbeck2024/ctf-mod-cgi-shell-flag-d
Run Challenge
Download ScriptCopy 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 ScriptFinished? Run this to stop and remove the container.
docker stop ctf-mod-cgi && docker rm ctf-mod-cgi