Skip to content

ducctrungg/burp-project-parser

Repository files navigation

BurpSuite Project File Parser

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.

Prerequisites

  • JDK 21
  • Burp Suite Professional (for the burpsuite_pro.jar)

Build

./gradlew clean build   # Compile and run tests
./gradlew jar           # Create JAR (output: build/libs/)

Load in Burp

  1. Build the JAR: ./gradlew jar
  2. Burp > Extensions > Installed > Add > Select JAR
  3. Go to the "BurpSuite Extractor" tab in the main Burp window
  4. Quick reload: Ctrl/ + click the Loaded checkbox

Usage

See USAGE.md for CSV format, column descriptions, and GUI usage.

Dependencies

  • net.portswigger.burp.extensions:montoya-api:2026.4 (compile-only, provided by Burp)
  • com.google.code.gson:gson:2.14.0 (bundled in JAR)

Docs

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages