Burp Suite User Forum

Login to post

Burpsuite API: is it possible to change the Socks/HTTP proxy settings through it?

gixerat896 | Last updated: Jul 26, 2022 06:00PM UTC

Hello, All's in the title! I have been trying to figure out how to do these things but I could not find any documentation regarding them. Any help would be appreciated.

Hannah, PortSwigger Agent | Last updated: Jul 27, 2022 11:04AM UTC

Hi Your SOCKS Proxy configuration is specified on a user level, but can be overridden on a project level. You can use the Extender API to load a project-level configuration file - IBurpExtenderCallbacks.loadConfigFromJson() To see the full options that you can adjust on a project level, it would probably be best to save a copy of your current project options - "Project > Project options > Save project options". When loading in new project options, you only need to specify the part that you are changing. Any unspecified options will remain as they were before.

You need to Log in to post a reply. Or register here, for free.