Skip to content

Burp Suite extension that extends Burp to support storing and reusing variables in requests

License

Notifications You must be signed in to change notification settings

0xceba/burp_variables

Repository files navigation

Burp Variables

Description

This extension extends Burp Suite to support variables, à la Postman/Insomnia. This allows users to store and reuse values in Burp requests. This extension supports referencing values in requests that come from the Repeater, Proxy, Intruder, Scanner, or Extensions tools. Variables are referenced with the notation ((variableName)) and can be included anywhere in a request. Variable data can be copied between projects by using the import and export options or by using Burp's Import project file feature to import extension data.

Usage

  1. Set the variable name:value pairs in the Variables tab:

    Burp Variables tab

  2. Reference the variables in any request, such as in a Repeater request:

    Repeater tab

  3. Send the request and confirm that the variable references were replaced by viewing the request in the Logger tool:

    Logging tab

About

Burp Suite extension that extends Burp to support storing and reusing variables in requests

Resources

License

Stars

Watchers

Forks

Languages