Back to Index
Log4Shell (Red47)
Port: 9026:8080
Docker Image: joshbeck2024/ctf-log4shell-jndi-flag-red47
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9026:8080 -p 3306:3306 --restart always --name Flag-red47 joshbeck2024/ctf-log4shell-jndi-flag-red47 Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop Flag-red47 && docker rm Flag-red47