Back to Index

ASCII Reverse

Port: 3111:3111 Docker Image: joshbeck2024/ctf-ascii-rev

Run Challenge

Download Script

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

docker run -d -p 3111:3111 --restart always --name ctf-ascii-rev joshbeck2024/ctf-ascii-rev

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-ascii-rev && docker rm ctf-ascii-rev