Back to Index

CVE-2026-24061 (telnetd)

Port: 23:23 Docker Image: joshbeck2024/ctf-cve-2026-24061-telnetd

Run Challenge

Download Script

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

docker run -d -p 23:23 --name flag-red62 --restart always joshbeck2024/ctf-cve-2026-24061-telnetd

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red62 && docker rm flag-red62