Skip to content

optionalg/docker_burp-enterprise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_burp-enterprise

Usage

  • To build the Docker image:

    docker build -t burp-enterprise:2022.4 .
  • To create a Docker container:

    docker run -d -p 8080:8080 burp-enterprise:2022.4

TODO

  • Reduce the Docker image size.
  • Fetch/download the installer directly from PortSwigger's website and unzip it.

About

Attempt at dockerizing Burp Enterprise v2022.4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 70.1%
  • Shell 29.9%