burpsuite-project-parser

Search and analyze Burp Suite project files with regex patterns.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rohanbhatia27/rohanstutoring-redesign --skill burpsuite-project-parser-rohanbhatia27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burpsuite-project-parser
Source: https://github.com/rohanbhatia27/rohanstutoring-redesign/tree/main/.agents/skills/burpsuite-project-parser
Command: npx skills add https://github.com/rohanbhatia27/rohanstutoring-redesign --skill burpsuite-project-parser-rohanbhatia27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires burpsuite-project-file-parser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to search and analyze Burp Suite project files from the command line, facilitating efficient exploration of response headers, bodies, security audit findings, proxy history, and site map data.

Core Features & Use Cases

  • Command-Line Interface: Analyze Burp Suite project files (.burp) using the command line for regex searches, security auditing, and traffic analysis.
  • Regex Search Operations: Perform searches on response headers and bodies with regex patterns, enabling targeted data retrieval.
  • Audit and History Extraction: Extract security audit findings and proxy history without retrieving full body content to prevent data overflow.
  • Use Case: When conducting a security audit, use this Skill to quickly search for security-related information within a Burp Suite project file, such as server signatures or potential vulnerabilities.

Quick Start

Analyze a Burp Suite project file by searching for response headers containing 'Server' signatures.

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 from the command line?

You can search Burp Suite project files from the command line by using this Skill to execute regex patterns on response headers and bodies, enabling targeted data retrieval for security auditing without needing the Burp Suite GUI.

Can I extract proxy history from a .burp file without retrieving full body content?

Yes, you can extract proxy history and security audit findings from a .burp file without retrieving full body content, which prevents data overflow and keeps your command-line output focused on targeted metadata.

How do I search for server signatures in Burp Suite HTTP traffic analysis?

To search for server signatures in Burp Suite HTTP traffic analysis, run regex searches on response headers within the project file to quickly locate specific server information and potential vulnerabilities across captured traffic.

Does this command-line project parser require the burpsuite-project-file-parser extension?

Yes, this command-line project parser requires the burpsuite-project-file-parser extension to function, as it utilizes this dependency to parse and analyze HTTP traffic, response headers, and bodies within Burp Suite project files.

What is the best way to conduct a security audit on saved Burp Suite project files?

The best way to conduct a security audit on saved Burp Suite project files is using command-line regex searches to filter response headers and bodies, allowing you to quickly extract relevant security findings and analyze HTTP traffic directly.

Are there limitations when analyzing large Burp Suite project files via the command line?

When analyzing large Burp Suite project files via the command line, you should avoid retrieving full body content during audit and history extraction to prevent data overflow and ensure your regex searches remain performant.