burpsuite-project-parser

Search and extract data from Burp Suite project files via command line.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ramprasad4121/srp --skill burpsuite-project-parser-ramprasad4121
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burpsuite-project-parser
Source: https://github.com/Ramprasad4121/srp/tree/main/skills-repos/trailofbits/plugins/burpsuite-project-parser/skills/burpsuite-project-parser
Command: npx skills add https://github.com/Ramprasad4121/srp --skill burpsuite-project-parser-ramprasad4121

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to efficiently search and extract specific data from Burp Suite project files (.burp) directly from the command line, saving you from manually sifting through large amounts of captured traffic.

Core Features & Use Cases

  • Targeted Data Extraction: Extract specific components like request headers, response bodies, or audit findings.
  • Regex Searching: Apply regular expressions to find patterns within headers or bodies.
  • Audit Item Retrieval: Quickly get a list of security audit findings.
  • Use Case: You need to find all requests that contain a specific API key pattern in the response headers within a large Burp project file.

Quick Start

Use the burpsuite-project-parser skill to search for the pattern 'sensitive-data' within response bodies 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 search Burp Suite project files for specific HTTP traffic patterns?

You can search Burp Suite project files from the command line by applying regular expressions to match patterns within response headers or bodies, efficiently extracting targeted HTTP traffic without manual sifting.

Can I extract security audit findings directly from a .burp project file?

Yes, you can retrieve security audit findings directly from a .burp file by running the parser to quickly generate a list of identified vulnerabilities captured during your traffic analysis.

What is the best way to dump proxy history or site map data from a Burp project?

Dumping proxy history or site map data from a Burp project is best done via command line extraction, allowing you to analyze captured HTTP traffic and specific request components systematically.

Do I need Burp Suite Professional to parse .burp project files?

Yes, parsing .burp files requires Burp Suite Professional and the burpsuite-project-file-parser extension, as the process relies on these specific dependencies to explore and extract data from captured traffic.

Does the Burp Suite project parser support regex searching across response bodies?

Yes, the parser supports regex searching across response bodies, enabling you to find specific data patterns like API keys or sensitive information within large HTTP traffic captures.

Why manually sift through large Burp project files when you can use a command line parser?

Manually sifting through large Burp project files is inefficient; using a command line parser automates targeted data extraction and regex searching across response headers and bodies to streamline traffic analysis.