Burp Collaborator data security

Burp Collaborator is designed with a strong emphasis on data security:

Data storage

In most cases, the Collaborator server simply records that an interaction was received. The interaction is given a random identifier.

The Collaborator server doesn't store:

Note

Occasionally, the Collaborator server receives some application-specific data. For example, the contents of an email generated through a user registration form.

The Collaborator server also has the following storage precautions to protect against unauthorized access to its data:

There is no function for an administrator to view interaction details.

Data retrieval

Only the instance of Burp that generates a given payload can retrieve the details of resulting interactions. This is implemented in the following process:

Collaborator-based email addresses

If you're using the public Collaborator server, we do not recommend registering for websites using a Collaborator-based email address.

If the Collaborator server receives a single message containing identifiers from two clients, this message is available to both clients. This means that if you register on a website using an email address on the public Collaborator server, and the website places attacker-controlled data in an email to you, the attacker may be able to retrieve that email via their own client.

You can prevent this by using a private Collaborator server with a secured polling interface.