Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear old issues without stopping server #82

Closed
ushyd201 opened this issue Nov 20, 2018 · 2 comments
Closed

Clear old issues without stopping server #82

ushyd201 opened this issue Nov 20, 2018 · 2 comments
Labels

Comments

@ushyd201
Copy link

Is there a way to clear old scanner issues without stopping the server? This would be useful if the original issues are fixed and we would like to rerun the same scan to confirm the issues are gone. Thanks!

@ikkisoft
Copy link
Collaborator

I agree, that would be great. Unfortunately, we're not exposing that functionality because there's not an elegant way of doing it in the Burp Extender APIs (https://portswigger.net/burp/extender/api/).

In the past, it was possible to reload a fresh state (see https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#restoreState(java.io.File)) but this API has been deprecated.

I will leave it open as "feature request" even though it doesn't seem we have much control here.

@ikkisoft
Copy link
Collaborator

We've investigated this potential feature, but unfortunately it doesn't look like there is a Burp Suite API that we can leverage. The best I can suggest is to shutdown and restart the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants