burpsuite-project-parser

Search and extract HTTP traffic and security findings from Burp Suite .burp files.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/fjor1025/InfoSec-Framework --skill burpsuite-project-parser-fjor1025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burpsuite-project-parser
Source: https://github.com/fjor1025/InfoSec-Framework/tree/main/ClaudeSkills/plugins/burpsuite-project-parser/skills
Command: npx skills add https://github.com/fjor1025/InfoSec-Framework --skill burpsuite-project-parser-fjor1025

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables efficient searching and extraction of security findings and HTTP traffic data directly from Burp Suite project files via the command line, streamlining security audits.

Core Features & Use Cases

  • Targeted Data Extraction: Extract specific components like request/response headers or bodies from Burp project files.
  • Security Finding Retrieval: Quickly pull all identified security audit items from a project.
  • Use Case: When investigating a web application, use this Skill to search all response headers for specific server signatures or to extract all high-severity security findings reported by Burp.

Quick Start

Use the burpsuite-project-parser skill to search for 'nginx' in response headers within '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?

This Skill enables targeted data extraction from Burp Suite project files, allowing you to search .burp files for specific HTTP traffic components like response headers, response bodies, and proxy history via the command line.

Can I search for specific server signatures in Burp Suite proxy history?

Yes, you can search for specific server signatures in Burp Suite proxy history. This Skill enables regex searches across response headers within .burp project files to identify specific server configurations during security audits.

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

Yes, you need Burp Suite Professional to parse .burp project files. This Skill requires the burpsuite-project-file-parser extension along with Burp Suite Professional and platform-specific Java and JAR path configurations to function properly.

What is the best way to retrieve security audit findings from a Burp Suite project?

The best way to retrieve security audit findings from a Burp Suite project is using this Skill to quickly pull all identified security audit items from .burp files, streamlining the extraction of vulnerability data for further security analysis.

How do I configure Java paths for the burpsuite-project-file-parser extension?

To configure Java paths for the burpsuite-project-file-parser extension, you must set up platform-specific Java and JAR path configurations within your environment to ensure the command-line extraction from .burp project files functions correctly.