Select Language:
This project allows you to launch multiple Burp Suite instances in a Docker environment, supporting both GUI and headless modes.
Current version: Burp Suite 2020.11.3
-
Batch scanning
-
Traffic forwarding
-
Crawling backend
-
Large-scale cloud deployments
Default configuration file path inside the Docker image:
/usr/local/docker/burp/space/files/default.json
You can replace this file to customize Burp Suite settings, including proxies, certificates, plugins, etc.
Use this mode if you need to interact visually with Burp Suite.
Requirements:
- X11 Server (e.g., MobaXterm)
- Set the DISPLAY variable (example:
127.0.0.1:0.0)
Docker RunοΌ
docker run -di --name burp-gui \
-e JAVA_OPTS='-Xmx2g' \
-e DISPLAY=127.0.0.1:0.0 \
carpcap/burpsuite-gui:2020.11.3Suitable for batch deployments on servers, saves CPU and memory resources.
docker run -di --name burp-nogui \
-e JAVA_OPTS='-Xmx2g' \
carpcap/burpsuite:2020.11.3