Skip to content

Stepper-NG #297

@Xre0uS

Description

@Xre0uS

Extension URL

https://github.com/Xre0uS/Stepper-NG

Version number

2.2.0

Select additional compatible products and features

  • Community
  • DAST
  • Burp AI

Author display name

Xre0uS

Contact details (optional)

hello@xreous.io

Discord username (optional)

areious

I confirm that the following is true:

Extension overview

Overhaul and rewrite of the Stepper extension with lots of added features and fixes, readme and writeup covers all the features, changes and practical examples.

Key features

Session handling & automation

Usage instructions

  1. Create a sequence — Click +, double-click the tab to rename it (e.g., login-seq).
  2. Add steps — Click Add Step or right-click any request in Burp → Add to Stepper sequence. Each step holds one HTTP request and they execute top-to-bottom.
  3. Extract variables — In a step's post-execution variable table, define a regex to capture values from the response (e.g., "token":"(.*?)" with identifier jwt). Tip: click Auto Regex and highlight text in a response to generate the pattern.
  4. Use variables — In later steps, insert $VAR:jwt$ anywhere in the request. It gets replaced with the captured value at execution time.
  5. Run — Click Execute at the bottom to run all steps in order.

Template identifier (Internal use only - please ignore)

  • template:01-submit-extension

Metadata

Metadata

Assignees

No one assigned

    Labels

    CommunityThis extension is compatible with Burp Suite Community.ProfessionalThis extension is compatible with Burp Suite Professional.

    Projects

    Status

    Concept review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions