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 |
Accessing marker indexes from Intruder Payload
Hello Support,
I am trying to grab the indexes from a user created Intruder payload but it doesn't seem like it is possible within the APIs. If I already have markers I can apply them to a IHttpRequestResponse object with applyMarkers() but I need to do the reverse. Is there a way to get this information?
Unfortunately, there is no way to do this with the current API.
It is in our extender improvements backlog to enhance the capabilities of interacting with the Intruder from the Extension API. We currently don’t have an ETA for this but we will notify you when it get’s implemented.