Back to Index

Reverse Shell

Port: 9055:80 Docker Image: joshbeck2024/ctf-rev-shell-mime=type

Run Challenge

Download Script

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

docker run -d -p 9055:80 --restart always --name ctf-revshell joshbeck2024/ctf-rev-shell-mime=type

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-revshell && docker rm ctf-revshell