Back to Index
Burp Suite Basics
Port: 9005:80
Docker Image: joshbeck2024/ctf-burp-suite-basic-training
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9005:80 --restart always --name burp_ctf joshbeck2024/ctf-burp-suite-basic-training Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop burp_ctf && docker rm burp_ctf