Back to Index

JSON POST Challenge

Port: 5666:80 Docker Image: joshbeck2024/ctf-json-post

Run Challenge

Download Script

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

docker run -d -p 5666:80 --restart always --name ctf-json-post joshbeck2024/ctf-json-post

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-json-post && docker rm ctf-json-post