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

About audit and how to judge start and end

MayLion | Last updated: Aug 10, 2022 09:31AM UTC

Basically, I select one request from the history tab, run the audit, and then start auditing the next request after it finishes. I want to play a sound to notify when Audit (doActioveScan) starts and when Audit finishes. How can I get the start of the Audit and the end of its item to satisfy the above requirement?

Michelle, PortSwigger Agent | Last updated: Aug 10, 2022 02:11PM UTC

You can use the Burp Extender API to create your own extensions to use with Burp. You can find details on this here so you can take a look and see if this would allow you to achieve your aims and check the status using iScanQueueItem. https://portswigger.net/burp/extender https://portswigger.net/burp/extender/api/ https://portswigger.net/burp/extender/writing-your-first-burp-suite-extension

MayLion | Last updated: Aug 12, 2022 07:56AM UTC

Thank you for your comment. I understand that status information can be obtained with getStatus(). It seems that callbacks.doActiveScan() is required, but you have to specify an argument. How can I make it work when the user starts scanning on the GUI from the history tab, etc.?

Michelle, PortSwigger Agent | Last updated: Aug 15, 2022 08:56AM UTC