burpsuite-project-parser

Featured

Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.

Data & Documents 38,979 stars 6339 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Burp Project Parser Search and extract data from Burp Suite project files using the burpsuite-project-file-parser extension. ## When to Use - Searching response headers or bodies with regex patterns - Extracting security audit findings from Burp projects - Dumping proxy history or site map data - Analyzing HTTP traffic captured in a Burp project file ## Prerequisites This skill **delegates parsing to Burp Suite Professional** - it does not parse .burp files directly. **Required:** 1. **Burp Suite Professional** - Must be installed ([portswigger.net](https://portswigger.net/burp/pro)) 2. **burpsuite-project-file-parser extension** - Provides CLI functionality **Install the extension:** 1. Download from [github.com/BuffaloWill/burpsuite-project-file-parser](https://github.com/BuffaloWill/burpsuite-project-file-parser) 2. In Burp Suite: Extender → Extensions → Add 3. Select the downloaded JAR file ## Quick Reference Use the wrapper script: ```bash {baseDir}/scripts/burp-search.sh /path/to/project.burp [FLAGS] ``` The script uses environment variables for platform compatibility: - `BURP_JAVA`: Path to Java executable - `BURP_JAR`: Path to burpsuite_pro.jar See [Platform Configuration](#platform-configuration) for setup instructions. ## Sub-Component Filters (USE THESE) **ALWAYS use sub-component filters instead of full dumps.** Full `proxyHistory` or `siteMap` can return gigabytes of data. Sub-component filters return only what you need. ### Available Filters | Fi...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Related Skills