Back to skills

burpsuite-project-parser

security

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 confiden

Setup & Installation

npx skills add https://github.com/trailofbits/burpsuite-project-parser --skill burpsuite-project-parser
or paste the link and ask your coding assistant to install it
https://github.com/trailofbits/burpsuite-project-parser
View on GitHub

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