Back to Index

Reverse Shell Lab

Port: 9000:80 Docker Image: joshbeck2024/ctf-simple-rev-shell

Run Challenge

Download Script

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

docker run -d -p 9000:80 --restart always --name flag-b joshbeck2024/ctf-simple-rev-shell

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-b && docker rm flag-b