burpsuite-project-parser

Parse Burp Suite project files to extract HTTP traffic and audit findings.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ofelixdev/cc-kit --skill burpsuite-project-parser-ofelixdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burpsuite-project-parser
Source: https://github.com/ofelixdev/cc-kit/tree/main/template/skills/burpsuite-project-parser
Command: npx skills add https://github.com/ofelixdev/cc-kit --skill burpsuite-project-parser-ofelixdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to programmatically search and extract specific data from Burp Suite project files, streamlining security audits and traffic analysis without manual intervention.

Core Features & Use Cases

  • Targeted Data Extraction: Extract request/response headers, bodies, or specific audit findings from .burp files.
  • Regex Searching: Apply regular expressions to filter and find specific patterns within headers or bodies.
  • Use Case: Quickly find all requests containing a specific API key pattern in the response headers across a large Burp Suite project file.

Quick Start

Use the burpsuite-project-parser skill to search for 'nginx' in the response headers of the file 'my_project.burp'.

Frequently Asked Questions about burpsuite-project-parser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract HTTP traffic data from a Burp Suite project file?

To extract HTTP traffic data from a Burp Suite project file, parse the `.burp` file to dump proxy history and site map information, isolating specific request and response headers or bodies for security analysis.

Can I search Burp Suite response headers using regular expressions?

Yes, you can search Burp Suite response headers and bodies using regular expressions. Apply regex patterns to filter and find specific data sequences, like API keys, across an entire `.burp` project file.

Do I need Burp Suite Professional to parse .burp files from the command line?

Yes, command-line parsing of `.burp` files requires Burp Suite Professional and the burpsuite-project-file-parser extension to programmatically extract HTTP traffic and audit findings without the GUI.

What is the best way to find specific API key patterns in Burp Suite HTTP traffic?

The best way to find API key patterns in Burp Suite HTTP traffic is to apply regular expression searches across response headers and bodies within a saved `.burp` project file, extracting matching entries automatically.

Does burpsuite-project-parser work for extracting security audit findings?

Yes, burpsuite-project-parser works for extracting security audit findings. It parses `.burp` project files to pull targeted audit data and site map information, streamlining security testing and traffic analysis workflows.

Are there limitations when searching HTTP traffic in large Burp Suite project files?

When searching HTTP traffic in large Burp Suite project files, limitations depend on the burpsuite-project-file-parser extension's ability to process extensive proxy history and site map data without manual GUI intervention.