Getting Started with Burp Suite
Burp Suite Documentation
Take a look at our Documentation section for full details about every Burp Suite tool, function and configuration option.
Burp Suite Professional and Community editions | Burp Suite Enterprise Edition |
Burp Scanner | Burp Collaborator |
Burp Infiltrator | Full Documentation Contents |
Burp Extender
Burp Extender lets you extend the functionality of Burp Suite in numerous ways.
Extensions can be written in Java, Python or Ruby.
API documentation | Writing your first Burp Suite extension |
Sample extensions | View community discussions about Extensibility |
Intruder - Payload Processing: Macro - Add prefix/suffix
On some circustances there is the need to process a dynamic value like anti-csrf token and append this to a parameter.
I'm not sure this could be helpful to others, anyway should be a great feature.
Thanks for your message. We’ve made a note in our development backlog to explore adding this functionality. Unfortunately, we can’t provide an ETA.
In the meantime you could develop an extension to perform this function:
- https://portswigger.net/burp/extender
I’ve had a go at coding an extension to do this:
- https://github.com/pajswigger/macro-payload-generatorLet me know how you get on with this.