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

Collaborator - Cannot verify interactions

Fabien | Last updated: Feb 27, 2019 01:31PM UTC

I set up a Burp Collaborator on a VPS running Ubuntu 18.04 with the following configuration : { "serverDomain" : "burp.example.net", "workerThreads" : 10, "eventCapture": { "localAddress" : "x.x.x.x", "publicAddress" : "x.x.x.x", "http": { "ports" : 80 }, "https": { "ports" : 443 }, "smtp": { "ports" : [25, 587] }, "smtps": { "ports" : 465 }, "ssl": { "certificateFiles" : [ "/etc/letsencrypt/live/burp.example.net-0001/fullchain.pem", "/etc/letsencrypt/live/burp.example.net-0001/privkey.pem", "/etc/letsencrypt/live/burp.example.net-0001/cert.pem" ] } }, "polling" : { "localAddress" : "x.x.x.x", "publicAddress" : "x.x.x.x", "http": { "port" : 9090 }, "https": { "port" : 9443 }, "ssl": { "certificateFiles" : [ "/etc/letsencrypt/live/burp.example.net-0001/fullchain.pem", "/etc/letsencrypt/live/burp.example.net-0001/privkey.pem", "/etc/letsencrypt/live/burp.example.net-0001/cert.pem" ] } }, "metrics": { "path" : "collab", "addressWhitelist" : ["0.0.0.0/1"] }, "dns": { "interfaces" : [{ "name": "ns1", "localAddress" : "x.x.x.x", "publicAddress" : "x.x.x.x" }], "ports" : 53 }, "logLevel" : "DEBUG" } When running the Health Check, all connection tests pass but all Verify interaction with DNS/HTTP/... fail with Error. I tried with both 1.7.35 and latest beta version of Burp with the same result. Unfortunately i did not find any additional log to help me troubleshoot the issue. If anyone had this problem before and solved it, any help would be greatly appreciated.

Burp User | Last updated: Feb 28, 2019 09:07AM UTC