Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 369 Bytes

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.