Back to Index
GET vs POST Lab
Port: 9017:80
Docker Image: joshbeck2024/ctf-get-post-training-flag-l
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9017:80 --restart always --name flag_l_container joshbeck2024/ctf-get-post-training-flag-l Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop flag_l_container && docker rm flag_l_container