burpsuite-project-parser

Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.

Content Preview
---
name: burpsuite-project-parser
description: Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.
allowed-tools:
  - Bash
  - Read
risk: unknown
source: community
---

# Burp Project Parser

Search and extract data from Burp Suite project files using the burpsuite-project-fi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/burpsuite-project-parser.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/burpsuite-project-parser/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/burpsuite-project-parser/SKILL.md

Related Skills