What problem does it solve? Burp Suite project files (.burp) can contain gigabytes of captured HTTP traffic that is impractical to browse manually. This Skill lets you search response headers and bodies with regex, extract security audit findings, and dump proxy history or site map data directly from the command line. ## Core Features & Use Cases - Regex Search of HTTP Traffic: Search response headers and bodies across an entire Burp project using patterns like responseHeader='.*nginx.*'. - Audit Finding Extraction: Pull all Burp Scanner findings with severity, confidence, host, and URL fields for triage. - Sub-Component Filtering: Retrieve only request/response headers instead of full proxy history dumps to avoid context overflow. - Use Case: During a penetration test report review, extract all high-severity findings with auditItems, then search response bodies for leaked patterns like passwords or tokens to validate the findings. ## Quick Start Ask the AI to search a Burp project file for high-severity audit findings or to grep response headers for a specific pattern, providing the path to your .burp file.