burpsuite-project-parser

Search and extract HTTP data from Burp Suite .burp project files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/monmacllcapp/skill-forks --skill burpsuite-project-parser-monmacllcapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burpsuite-project-parser
Source: https://github.com/monmacllcapp/skill-forks/tree/main/skills/security/plugins/burpsuite-project-parser/skills
Command: npx skills add https://github.com/monmacllcapp/skill-forks --skill burpsuite-project-parser-monmacllcapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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 vulnerability analysis without manual intervention.

Core Features & Use Cases

  • Targeted Data Extraction: Extract request/response headers, bodies, and audit items from .burp files.
  • Regex Searching: Apply regular expressions to find specific patterns within headers or bodies.
  • Use Case: Quickly find all instances of a specific header (e.g., Content-Security-Policy) across a large Burp project to identify potential misconfigurations.

Quick Start

Use the burpsuite-project-parser skill to search for 'responseHeader=.Server.' in the file '/path/to/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 search Burp Suite project files for specific HTTP response headers?

You can search Burp Suite project files for specific HTTP response headers by applying regex patterns directly to the .burp file. This allows programmatic extraction of request and response headers to identify security misconfigurations without manual intervention.

Can I dump proxy history and site map data from a .burp file?

Yes, you can dump proxy history or site map data from a .burp file. The parser extracts HTTP traffic captured in a Burp project, allowing you to explore and export request and response bodies for further analysis.

What is the best way to extract security audit findings from captured HTTP traffic?

The best way to extract security audit findings from captured HTTP traffic is by programmatically searching Burp Suite project files. You can use regex patterns to target specific data within response bodies and headers, streamlining vulnerability analysis.

Does the burpsuite-project-parser work without additional dependencies?

Yes, the burpsuite-project-parser works without additional dependencies. It functions as a standalone command-line script to search and explore .burp files, requiring no external packages to extract HTTP traffic data.

How do I find specific patterns in HTTP traffic bodies using regex?

To find specific patterns in HTTP traffic bodies using regex, execute a command-line search against your Burp Suite project file. This mechanism parses the captured .burp data and matches your regular expressions within the response bodies.