Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CarpCap/burpsuite-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

16 Commits

Repository files navigation

πŸš€ BurpSuite Batch Deployment for Docker

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ζ—₯


Use cases:

  • Batch scanning

  • Traffic forwarding

  • Crawling backend

  • Large-scale cloud deployments


πŸ“ Docker Image Configuration

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.


πŸ–₯ GUI Mode

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月3ζ—₯

🧰 No GUI Mode

Suitable 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ζ—₯

About

burpsuite Batch deployment for docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /