docker_burp-enterprise

Attempt at dockerizing Burp Enterprise v2022.4.

Stars
4

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.