Burp Suite User Forum

Login to post

Delete specific request from Burp's proxy history using my custom plugin

AmroO | Last updated: Jan 25, 2023 02:38PM UTC

Hello, Is there a Burpsuite API that could be used to manipulate (or just delete) a specific request/response in the proxy history tab? Appreciate your support

Ben, PortSwigger Agent | Last updated: Jan 25, 2023 06:13PM UTC

Hi, The API does not have this functionality. There are multiple places in which a request could reside - Proxy History, Site Map, Repeater, etc, so it would be quite difficult to locate each request. You could set up your "Target > Scope" and exclude your sensitive requests from being added to the Site Map in the first place? Additionally, when saving a copy of a project file, you can choose to only include in-scope items. It is possible to write an extension to exclude items from the scope (Scope.excludeFromScope()).

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