ReshaperForBurp icon indicating copy to clipboard operation
ReshaperForBurp copied to clipboard

Burp Suite Extension - Trigger actions and reshape HTTP request/response and WebSocket traffic using configurable rules

Results 9 ReshaperForBurp issues
Sort by recently updated
recently updated
newest added

### Planned Updates - [x] 💡Add Then Extract (to list by Regex, JSON Path, CSS Selector, XPath, Chunk). - [x] 💡Add Then Generate (UUID, Words, Password, Bytes, Integer, IP Address,...

release

### Planned Updates - [x] 💡Quickly add Whens and Thens via Match & Replace dialog - [x] 💡Add support for Workspaces Checked above if code available in `post_release` branch. ###...

release

If there is already a note, it will be append to the note. Also, this feature has been added that if two triggers are activated on a request, the notes...

### Planned Updates - [x] 🐞Fixed issues with script running with outdate event info as reported in Issue #74 - [x] 🐞Fixed issue where changes to rule operations added by...

release

### Planned Updates - [x] 🐞Fixed Then Parse HTTP Message to handle blank HTTP Message field. Checked above if code available in `post_release` branch. ### Publish - [x] 🚀Publish release...

release

burp organizer is really helpful to manage the request. is there a way to send request to organizer if the request is not exists in Organizer ? this can avoid...

feature request

Hi, I just spent quite a bit of time debugging why Reshaper would not work in the Repeater tool, even with the Repeater tool enabled in the Reshaper settings. In...

The Reshaper extension fails to load in Burp versions 2025.10.3 and 2025.10.2, if any "rules" where defined in the extension. The problem didn't exist in earlier Burp releases. I've reported...

Rectifying the NullPointerException error encountered within the latest version of Burp. ``` java.lang.NullPointerException at synfron.reshaper.burp.core.messages.entities.http.HttpRequestMessage.getContentType(HttpRequestMessage.java:79) at synfron.reshaper.burp.core.messages.entities.http.HttpRequestMessage.initialize(HttpRequestMessage.java:57) ```