Back to Index

SSH Tunneling Lab

Port: 9010:22 Docker Image: joshbeck2024/ctf-tunnel-challenge-flag-e

Run Challenge

Download Script

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

docker run -d -p 9010:22 --network flag-e-net --cap-add=NET_ADMIN --restart always --name flag-e-container joshbeck2024/ctf-tunnel-challenge-flag-e

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-e-container && docker rm flag-e-container