Sitemap Exporter is an extension for Burp Suite that lets you export items from the Site Map to files on your disk. You can select specific Site Map entries using the context menu and save their HTTP responses and headers to a local folder.
- Download the up-to-date BurpSitemapExporter.jar from the Releases tab.
- Import the BurpSitemapExporter.jar into Burp Suite.
You can build the project manually using Docker:
docker run --rm -v "$PWD":/workspace -w /workspace gradle:8.7-jdk17 gradle clean jar
The built JAR file will be located in the build/lib/BurpSitemapExporter.jar
directory. Then import the BurpSitemapExporter.jar into Burp Suite.