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 39,350 stars 6386 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

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

burpsuite-project-parser

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.

1 Updated 4 days ago
kevinvwong
Data & Documents Solid

burpsuite-project-parser

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.

5,501 Updated 4 days ago
trailofbits
Testing & QA Featured

burp-suite-testing

Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows.

39,350 Updated today
sickn33
Testing & QA Solid

burp-suite-testing

This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp ...

335 Updated today
aiskillstore
Web & Frontend Solid

burp-suite-web-application-testing

This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.

27,705 Updated today
davila7