tomsteele / burpbuddy

burpbuddy exposes Burp Suites's extender API over the network through various mediums, with the goal of enabling development in any language without the restrictions of the JVM
MIT License
156 stars 25 forks source link

listing active scans always returns empty array #26

Closed nlf closed 8 years ago

nlf commented 8 years ago

this happens in both 2.4.0 and 3.0.0-BETA, but a simple GET /scan/active always returns an empty array, even when there are active scans

tomsteele commented 8 years ago

Just to confirm, how are you initiating the scan? There is no way in the burp API to get a list of active scan items. So if you start a scan in BurpSuite, BurpBuddy can not track it. BurpBuddy can only track active scans initiated from the API (it uses an internal data object).

nlf commented 8 years ago

well then, disregard :)