For the complete documentation index, see llms.txt. This page is also available as Markdown.

Burp Suite DAST

Connection Requirements

1 - IP

IP address or hostname of the Burp Suite DAST server.

2 - Port

Port number (optional, default: 443).

3 - API Key

  1. Log in to Burp Suite DAST as an administrator.

  2. Click Team > Add a new user.

  3. Enter a name and username that will help you identify the user later. For example, "GraphQL API User".

  4. Enter an email address. For example, "admin@example.com".

  5. From the Choose a login type menu, select API key.

  6. Assign the user to one or more groups, ensuring that the assigned groups have the necessary permissions for the user to make the API calls they need.

  7. Click Save.

  8. When prompted, click Copy API key and save the key somewhere secure.

4 - Is Secure

Choose this if your connection is going to be over HTTPS (optional, default: True).

5 - Proxy

Proxy URL (optional).

6 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated