A Burp Suite extension for exporting proxy history and site map data via a GUI tab. Uses the Montoya API (2026.4). Outputs data as CSV and supports regex search of response headers/bodies as JSON.
- JDK 21
- Burp Suite Professional (for the
burpsuite_pro.jar)
./gradlew clean build # Compile and run tests
./gradlew jar # Create JAR (output: build/libs/)- Build the JAR:
./gradlew jar - Burp > Extensions > Installed > Add > Select JAR
- Go to the "BurpSuite Extractor" tab in the main Burp window
- Quick reload:
Ctrl/⌘+ click the Loaded checkbox
See USAGE.md for CSV format, column descriptions, and GUI usage.
net.portswigger.burp.extensions:montoya-api:2026.4(compile-only, provided by Burp)com.google.code.gson:gson:2.14.0(bundled in JAR)
- USAGE.md — CSV format, column descriptions, GUI usage
- docs/montoya-api-examples.md — API patterns
- docs/development-best-practices.md — dev guidelines
- docs/bapp-store-requirements.md — BApp Store submission