Burp Suite User Forum

Create new post

Saving Settings with Multiple Extensions

August | Last updated: Nov 15, 2016 09:32PM UTC

When I save settings for an extension I use the callbacks like this: mCallbacks.saveExtensionSetting("SOME_NAME", "SOME_VALUE"); But is the saveExtensionSetting method aware of which extension saved it? If I create a different extension that saves a setting using the exact same name does that risk overwriting the first one?

PortSwigger Agent | Last updated: Nov 16, 2016 09:43AM UTC

Settings saved by different extensions are segregated so you won't overwrite another extension's settings if you happen to choose the same preference name.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.