The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

How do redirect in Extender ActiveScan?

Papasan | Last updated: Jan 23, 2020 02:38PM UTC

Which API can be used to check the redirect destination in Extender's Activescan?

Hannah, PortSwigger Agent | Last updated: Jan 23, 2020 02:40PM UTC

Could you provide some more information about the functionality you are trying to provide?

Burp User | Last updated: Jan 23, 2020 02:47PM UTC

from Custom scan insertion points >>Python from CustomScannerChecks.py checkRequestResponse = self._callbacks.makeHttpRequest(baseRequestResponse.getHttpService(), checkRequest) when run scanner , no redirect

Burp User | Last updated: Jan 23, 2020 11:07PM UTC

For example, when you want to inspect cross-site-scripting with Extender's ActiveScan. Judge by whether characters are included in the response, but if you are redirected, you want to analyze the redirect destination.

Burp User | Last updated: Jan 23, 2020 11:12PM UTC

sorry for post again. For example, when you want to inspect cross-site-scripting with Extender's ActiveScan. Judge by whether characters are included in the response, but if server response is redirected like 302 moved, i want to follow redirections and analyze the redirect destination.

Hannah, PortSwigger Agent | Last updated: Jan 24, 2020 11:36AM UTC

Can you confirm that you have your Burp installation set up to understand redirects (Project options > HTTP > Redirections)? Can you also confirm whether you have the "Don't send items to proxy history or live tasks if out of scope" option checked or unchecked (Proxy > Options > Miscellaneous), as well as the "Drop all out-of-scope requests" option (Project options > Connections > Out-of-scope requests)?

Burp User | Last updated: Jan 26, 2020 09:27AM UTC