Skip to content

kekbait/docker_burp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burp as a Docker Container

How to run any GUI application (and Burp in particular) from Docker.

A full description can be found on my website: https://www.marcolancini.it/2018/blog-docker-burp/

Burp in Docker

Usage

  1. Place the Burp (Professional or Free) JAR file and the licence key in the _data/sources folder
  2. Export the local IP address: export LOCAL_IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
  3. Create an environment file:
    • Copy the template: cp burp.env.tpl burp.env
    • A possible configuration is the following:
ENV_MEM_JVM=2048m
DISPLAY=localhost:0
ENV_BURP_PRO=0        # 1 for Burp Pro, 0 for Free version
  1. Start services: docker-compose up

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.4%
  • Shell 26.2%
  • Smarty 4.4%