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

Use a custom scan configuration when creating a new extension.

MothersMilk | Last updated: May 18, 2023 02:32AM UTC

Hello there, I am trying to create an extension that allows me with a click in the proxy history to launch an Active Scan using a custom configuration I previously created, I am able to launch the scan against the request, but I see it is not using my custom scan configuration but a default one, here is how I am calling the ActiveScan task: scan_config_name = "Everything" scan_task = self._callbacks.doActiveScan(selected_request.getHost(), selected_request.getPort(), is_https, modified_request, scan_config_name) Previously, I was using a custom header but the scan config is not being loaded neither: headers.append("X-Burp-Scan-Config: #Everything") Can you help me with this? Thank you! I am using python to develop the extension.

Hannah, PortSwigger Agent | Last updated: May 18, 2023 04:18PM UTC