Adding recorded login sequences in Burp Suite Professional

To configure application logins for a scan, you can import a recorded login sequence rather than supplying basic user credentials. A recorded login sequence is a set of instructions that tell Burp Scanner how to log in to the target application.

Recorded login sequences enable Burp to handle complex authentication mechanisms, including:

You can manage recorded login sequences from the Application login tab of the scan launcher. From here, you can:

Note

Login sequences are recorded using the Burp Suite Navigation Recorder Chrome extension. For more information on how to record a login sequence, see Recording login sequences.

Adding login sequences

To add a login sequence to your scan:

  1. From the scan launcher's Application login tab, select Use recorded login sequences.
  2. Click New to display the New Recorded Login dialog.
  3. Enter a descriptive Label for the login.
  4. Paste the data from your clipboard into the Paste Script field.
  5. Click OK.

Burp adds the sequence to the list of application logins.

Editing existing recorded logins

To edit an existing recorded login, select it and click Edit to display the Edit Recorded Login dialog. This dialog shows the events comprising the login sequence in a table.

From here you can:

Alternatively, click See as JSON to view the raw JSON for the recorded login sequence. You can edit this JSON directly. To return to the events table from this view, click View as Events.

Note

For more information on how recorded login events work, see Recorded login sequences.

To delete an existing recorded login, select it and click Delete.