Back to Index

Base64 Shell Encoding Lab

Port: 9002:80 Docker Image: joshbeck2024/ctf-base64-rev-shell-flag-k

Run Challenge

Download Script

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

docker run -d -p 9002:80 --restart always --name ctf-base64 joshbeck2024/ctf-base64-rev-shell-flag-k

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-base64 && docker rm ctf-base64