The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Add the path requested in repeater in the target sitemap

Kevin | Last updated: Jun 24, 2020 08:21AM UTC

Hello, Me and some other people find kinda annoying that the request sent in repeater are not added to the target sitemap. It would be super useful that it does or at least have the option to enable that. Thanks

Uthman, PortSwigger Agent | Last updated: Jun 24, 2020 08:47AM UTC

Hi Kevin, You can already do this. You need to issue your request first > Right-click in the Repeater tab > Add to site map.

Kevin | Last updated: Jun 24, 2020 09:27AM UTC

Hi Uthman, Thank you I didn't know that, is there a way to make it automatically ?

Uthman, PortSwigger Agent | Last updated: Jun 24, 2020 09:30AM UTC

Hi Kevin, You could try writing your own extension using the Extender API: - https://portswigger.net/burp/extender/api/ It looks like there is an addToSiteMap() method and you can combine this with the Tool flags to indicate that it is a Repeater request you want to be added to the site map.

Kevin | Last updated: Jun 24, 2020 09:47AM UTC