Back to Index

MIME Type Bypass Lab

Port: 9001:80 Docker Image: joshbeck2024/ctf-rev-shell-mime-flag-n

Run Challenge

Download Script

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

docker run -d -p 9001:80 --restart always --name ctf-mime-challenge-flag-n joshbeck2024/ctf-rev-shell-mime-flag-n

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-mime-challenge-flag-n && docker rm ctf-mime-challenge-flag-n