Back to Index

Python POST Variable Lab

Port: 9016:5000 Docker Image: joshbeck2024/ctf-python-post-variables-flag-i

Run Challenge

Download Script

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

docker run -d -p 9016:5000 --restart always --name flag-i joshbeck2024/ctf-python-post-variables-flag-i

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-i && docker rm flag-i