-
Notifications
You must be signed in to change notification settings - Fork 1
Stepper-NG #297
Copy link
Copy link
Open
Labels
CommunityThis extension is compatible with Burp Suite Community.This extension is compatible with Burp Suite Community.ProfessionalThis extension is compatible with Burp Suite Professional.This extension is compatible with Burp Suite Professional.
Description
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)
Discord username (optional)
areious
I confirm that the following is true:
- I have permission from all relevant persons to submit this extension to the BApp Store for public use, under the terms and conditions of the EULA.
- I have read and understood the submission requirements for the BApp Store.
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
- Create a sequence — Click
+, double-click the tab to rename it (e.g.,login-seq). - Add steps — Click
Add Stepor right-click any request in Burp → Add to Stepper sequence. Each step holds one HTTP request and they execute top-to-bottom. - Extract variables — In a step's post-execution variable table, define a regex to capture values from the response (e.g.,
"token":"(.*?)"with identifierjwt). Tip: click Auto Regex and highlight text in a response to generate the pattern. - Use variables — In later steps, insert
$VAR:jwt$anywhere in the request. It gets replaced with the captured value at execution time. - Run — Click Execute at the bottom to run all steps in order.
Template identifier (Internal use only - please ignore)
- template:01-submit-extension
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CommunityThis extension is compatible with Burp Suite Community.This extension is compatible with Burp Suite Community.ProfessionalThis extension is compatible with Burp Suite Professional.This extension is compatible with Burp Suite Professional.
Type
Projects
Status
Concept review