burpsuite-project-parser

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Burp Suite project files (.burp) can be large and contain rich data about HTTP traffic and security findings. This skill provides a command-line parser that extracts structured data from Burp projects, enabling quick triage and review.

Core Features & Use Cases

  • Sub-component filters to selectively retrieve proxy history or site map data.
  • Audit item extraction and header/URL targeted searches to quickly triage findings.
  • Use Case: A security analyst runs the tool on a Burp project to surface high-severity audit items and inspect suspicious endpoints.

Quick Start

Run the burp-search.sh wrapper with your Burp project file to begin extracting audit items and filtered traffic data.

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 and audit findings from a Burp Suite project file?

Use a command-line parser to extract HTTP traffic and audit findings from a Burp Suite project file. This skill processes .burp files to surface structured data, enabling quick triage of site map information and security findings.

Can I filter Burp proxy history and site map data from the command line?

Yes, you can filter Burp proxy history and site map data from the command line. The parser provides sub-component filters to selectively retrieve specific traffic patterns and isolate relevant proxy history entries for targeted review.

What do I need to run a Burp Suite project file parser?

You need a Java runtime and the burpsuite-project-file-parser JAR to run a Burp Suite project file parser. The skill operates via a CLI-based workflow and relies on a Burp extension dependency to execute parsing.

Does the Burp project parser support targeted searches for specific URLs and headers?

Yes, the Burp project parser supports targeted searches for specific URLs and headers. It enables security analysts to quickly triage audit items and inspect suspicious endpoints across large Burp projects.

What is the best way to triage high-severity audit items from a Burp project?

The best way to triage high-severity audit items from a Burp project is using a CLI parser. It extracts audit items and filtered traffic data, allowing analysts to quickly locate and inspect relevant findings without loading the full Burp GUI.