Stepper A natural evolution of Burp Suite's Repeater tool
Stepper A natural evolution of Burp Suite's Repeater tool

Stepper: A natural evolution of Burp Suite’s Repeater tool

Stepper is designed to be a natural evolution of Burp Suite’s Repeater tool, providing the ability to create sequences of steps and define regular expressions to extract values from responses which can then be used in subsequent steps.

A step utilising a variable and defining a new variable for use in later steps.

Step 1 Stepper
Step 1 Stepper

Using Hackvertor tags with stepper for additional functionality.

Step 2 Stepper
Step 2 Stepper

Previewing message with replacements to be utilised

Stepper with replacements
Stepper with replacements

Building:

  1. Clone the repo
  2. Use gradle to build the jar: gradle jar
  3. Add the built jar (./releases/Stepper.jar) to Burp Suite

Usage:

  1. Create a new sequence. Double-click the title to set a suitable name.
  2. Optional: Configure the global variables to use for the sequence.
  3. Add your steps to the sequence manually, or using the context menu entry.
  4. Optional: Define variables for steps, providing a regular expression which will be used to extract the values from the response. Tip: You can execute a single step to test your regular expressions using the button in the top right.
  5. Execute the entire sequence using the button at the bottom of the panel.
  6. If you like the project, please give the repo a star! <3

Variables:
Variables can be defined for use within a sequence. Variables consist of an identifier and a regular expression, or in the case of initial variables defined in the Globals tab, an identifier and value. Step variables, defined with a regular expression, have their values set from the response of the step in which they are defined. The variable is then available for use within the request of subsequent steps after their definition. However, Global variables, defined with a literal initial value, can be used throughout the sequence.

Both step and global variables may be updated in later steps after their definition.

Regular Expression Variables:
Variables which are defined with a regular expression are updated each time the step in which they are defined is executed. The regular expression is executed on the response received, with the first match being used as the new value. If the defined regular expression has no groups defined, the whole match will be used. If the regular expression defines capture groups, the first group will be used. If groups are required but should not be used as the value, a non-capturing group may be used. e.g. (?:REGEX)

Example:
Response: “Hello People, Hello World!”
Expression: World|Earth, Result: World
Expression: Hello (World|Earth)!, Result: World
Expression: (?:Goodbye|Hello) (World)!, Result: World

Variable Usage:
To use a variable in a request after it has been defined, either use the option in the context menu to copy the parameter to the clipboard, or manually insert it by including it as below:

$VAR:VARIABLE_IDENTIFIER$

Future Plans:
* Allow steps to be reordered

Mi Carro Close (×)

Tu carrito está vacío
Ver tienda