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

Get All URLs from a Website

Hanna | Last updated: Dec 21, 2019 11:47AM UTC

Hello, I am currently writing a burp Extension. I need to get all URLs from the Website before the active Scan. How can I do this? Thanks

Hannah, PortSwigger Agent | Last updated: Dec 23, 2019 09:39AM UTC

You could retrieve the contents of the site map using IBurpExtenderCallbacks.getSiteMap() Full documentation for our extension API can be found at https://portswigger.net/burp/extender/api/index.html

Burp User | Last updated: Jan 04, 2020 02:34AM UTC