burpsuite-project-parser

Installation
Summary

Search and extract HTTP traffic, audit findings, and security data from Burp Suite project files via CLI.

  • Queries proxy history, site map, and audit items using regex patterns on request/response headers and bodies
  • Requires Burp Suite Professional and the burpsuite-project-file-parser extension; delegates parsing to Burp's Java runtime
  • Enforces sub-component filters (headers, bodies) instead of full dumps to prevent gigabyte-scale data retrieval; mandatory truncation of body content to 1000 characters
  • Includes investigation workflow for triaging findings by severity and confidence, with output as JSON for piping to jq or grep
SKILL.md

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)
  2. burpsuite-project-file-parser extension - Provides CLI functionality
Related skills
Installs
1.9K
GitHub Stars
5.1K
First Seen
Jan 19, 2026