The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Burp pro as windows container

Rakesh | Last updated: Jul 10, 2019 08:02AM UTC

hi, we are trying to implement burp pro as container and as our base image as windows, I need to know do we have any documentation or whether we have any windows burp container available for execution. Regards Rakesh

Liam, PortSwigger Agent | Last updated: Jul 10, 2019 10:20AM UTC

Have you tried using Docker? To launch Burp in Docker, you need to mark your home directory as a volume and include your Burp license in the file: - https://docs.docker.com/engine/reference/builder/#volume - https://docs.docker.com/engine/tutorials/dockervolumes/ The process should be as follows: - Run Burp on your host machine and license the file manually. - A file will be created. e.g. on Mac: /Users/liam/Library/Preferences/com.apple.java.util.prefs.plist (On Windows the file will be created in the Windows Registry). - Find and grab the file. - Add the file to the Docker volume. - Ensure it is included in the correct path in your Docker image. Please let us know if you need any further assistance.

Burp User | Last updated: Jul 11, 2019 12:50PM UTC

hi, Do we have windows supported docker image for burp enterprise version.

Rose, PortSwigger Agent | Last updated: Jul 15, 2019 07:07AM UTC