burpsuite-project-parser
Search and extract data from Burp Suite project files
Developer Setup
Setup & Installation
npx skills add https://github.com/trailofbits/skills --skill burpsuite-project-parsernpx skills add https://github.com/trailofbits/skills --skill burpsuite-project-parserOverview
What This Skill Does
Searches and extracts data from Burp Suite project files (.burp) via the command line. Supports regex search across response headers and bodies, extraction of audit findings with severity and confidence metadata, and structured access to proxy history and site map data.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Burp Suite Project Parser
Search and extract data from Burp Suite project files (.burp) for use in Claude
Author: Will Vandevanter
Prerequisites
- Burp Suite Professional - Required for project file support
- burpsuite-project-file-parser extension - Must be installed in Burp Suite (Available: https://github.com/BuffaloWill/burpsuite-project-file-parser)
- jq (optional) - Recommended for formatting/filtering JSON output
When to Use
Use this skill when you need to get the following from a Burp project:
- Search response headers or bodies using regex patterns
- Extract security audit findings and vulnerabilities
- Dump proxy history or site map data for analysis
- Programmatically analyze HTTP traffic captured by Burp Suite
Trigger phrases: "search the burp project", "find in burp file", "what vulnerabilities in the burp", "get audit items from burp"
What It Does
This skill provides CLI access to Burp Suite project files through the burpsuite-project-file-parser extension:
Recommendations
Explore other random skills
research-documentation
Search Notion workspace, synthesize findings, and create comprehensive research reports
spec-to-implementation
Turn product/tech specs into concrete Notion tasks with acceptance criteria and progress tracking
mongodb-mcp-setup
Set up the MongoDB MCP server with authentication and connection configuration