Burp Suite User Forum

Create new post

Remove URL from Scope

Specialty | Last updated: Jul 08, 2016 05:57PM UTC

Hi, Is there any way to remove a URL from the list of target scopes? (Not excluding a url, just removing it from the include list) Thank you

Liam, PortSwigger Agent | Last updated: Jul 11, 2016 09:45AM UTC

Hi Thanks for your message. To remove an Item from the Target Scope > Include in scope list; - Select an item, ensure that it is highlighted. - Use the Remove button on the left hand side of the console. Please let us know if you need any further assistance.

Burp User | Last updated: Jul 15, 2016 03:13PM UTC

Hi, I meant to ask if there is any way to remove a URL from the list of scopes programmatically, as in an extension? Sorry, I should have been more specific. Thank you

PortSwigger Agent | Last updated: Jul 15, 2016 03:40PM UTC

You can use the following API method to exclude a URL from scope: https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#excludeFromScope(java.net.URL) You can also use the preferences API to load an exact configuration for the scope panels from a JSON config string: https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#loadConfigFromJson(java.lang.String)

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