Back to Index

Burp Suite Basics

Port: 9005:80 Docker Image: joshbeck2024/ctf-burp-suite-basic-training

Run Challenge

Download Script

Copy 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 Script

Finished? Run this to stop and remove the container.

docker stop burp_ctf && docker rm burp_ctf