Back to Index
SSH Tunneling Lab
Port: 9010:22
Docker Image: joshbeck2024/ctf-tunnel-challenge-flag-e
Run Challenge
Download ScriptCopy 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 ScriptFinished? Run this to stop and remove the container.
docker stop flag-e-container && docker rm flag-e-container