AWSSigner icon indicating copy to clipboard operation
AWSSigner copied to clipboard

Save extension settings into project file

Open aph3rson opened this issue 1 year ago • 0 comments

Previously, Burp did not allow for easy state tracking for extensions across restarts of Burp/reloads of the extension/reloads of the project. This meant that extensions had to either be reconfigured across every reload, or do hacky things to track extension state as a bogus request in the sitemap.

However, Burp now supports the saveExtensionSetting and loadExtensionSetting API methods, which allows saving simple key/value pairs associated with the extension. These settings are durable across extension reloads, project reloads, and Burp restarts.

It'd be great if AWSSigner supported these methods, and saved extension state into the project file itself.

aph3rson avatar Oct 19 '23 17:10 aph3rson