Back to Index
Reverse Shell
Port: 9055:80
Docker Image: joshbeck2024/ctf-rev-shell-mime=type
Run Challenge
Download ScriptCopy 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 ScriptFinished? Run this to stop and remove the container.
docker stop ctf-revshell && docker rm ctf-revshell