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

Java Extender API IScanQueueItem not working as expected in 2.1

Chris | Last updated: Jul 01, 2019 09:14AM UTC

Hi, I've noticed the following items in IScanQueueItem are not functioning as expected in 2.1 compared to 1.7. getPercentageComplete In 1.7 this returns the percentage complete of the scan, in 2.1 it always returns 0 getStatus in 1.7 this returns the status of the scan, in 2.1 it always returns completed. Use case: I have an extension which kicks off several scans via a java executable, performs custom authentication logic and generates some reports once the scan is completed. Now following the upgrade to 2.1 the scans execute fine, but they never report as completed so reports cannot be generated. I cannot use the rest API in this instance.

Rose, PortSwigger Agent | Last updated: Jul 01, 2019 12:30PM UTC

Thanks for your message. We're looking into this and will get back to you when we have some progress to report.

Patrick, PortSwigger Agent | Last updated: Jul 03, 2019 08:23AM UTC