Burp Suite User Forum

Create new post

Is it possible to configured Burp Enterprise to use a Burp Collaborator server?

Ken | Last updated: Nov 30, 2021 04:53PM UTC

One of my colleagues has asked if it it possible to configured Burp Enterprise to use our own Burp Collaborator server? I've had a quick poke around the scan and server settings, as well as your online documentation but have been unable to find anything. Kind regards

Uthman, PortSwigger Agent | Last updated: Nov 30, 2021 06:22PM UTC

Hi Ken,

Please see the example below to help you (adjust it as appropriate):


{
    "project_options":{
        "misc":{
            "collaborator_server":{
                "location":"10.20.30.40",
                "poll_over_unencrypted_http":true,
                "polling_location":"10.20.30.40:8008",
                "type":"private"
            }
        }
    }
}

I would recommend checking that this functions as expected by installing Burp Pro on your agent machine(s) and running a health check. When that's all good, you can upload the JSON as a scan configuration in Enterprise and attach it to your sites.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.