Setup & Installation
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. Instead of manually clicking through Burp Suite's UI to find specific headers or findings, you can pipe .burp project data directly into jq filters and shell scripts for repeatable, scriptable analysis.
When to use it
- Working with burpsuite project parser functionality
- Implementing burpsuite project parser features
- Debugging burpsuite project parser related issues
