Skip to content

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

 
 
 

Contributors