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 |
What class/parameter makes the extensions be part of the scanner "Follow redirection when necessary"
Hi guys,
I have an extension here and I am looking for a reflective value, although when I look at flow or logger++ the 302 is hit but never followed after the POST.
Is there a special trick to have the extension follow the redirects when using IScannerCheck & doActiveScan?
Thank you very much!
Which extension are you using? Is this something you have developed?
There is no automatic way to do this.
You’ll need to detect the redirect, copy the location header and perform a new request.
Please let us know if you need any further assistance.
Just wanted to be sure before going this way.
Cheers!