Looking for our research? We've moved it to a dedicated page

The new configuration library

Dafydd Stuttard | 16 August 2018 at 15:35 UTC
MoBP Burp Suite

Burp's current Spider and Scanner tools have their own configuration options which apply globally to all spidering and scanning activity. You can save these options in project configuration files, which gives you a functional way of managing useful configurations and loading them on different occasions.

With the introduction of multiple parallel scans, each with their own configuration, there is a need for an improved way of managing configurations.

Enter the new configuration library:


The configuration library lets you manage your own collection of Burp configurations that are useful for different tasks. For example, you might create different configurations for different types of scans, or for working on particular client engagement.

Whereas previously Burp shipped with a single set of default settings, representing a "normal" configuration suitable for typical activities, the configuration library contains a number of built-in configurations that are useful for common purposes. You can also, of course, create your own.

Creating or editing a configuration in the library opens a configuration editor of the relevant type, where you can choose which areas will be defined, and set the options that you want:


You can export or import configurations in the same JSON format that Burp already uses for its general configuration options. This lets you easily collaborate with others and share configurations that anyone else might find useful.