Skills / Engineering / Burp Suite Project Parser

Burp Suite Project Parser

Search and explore Burp Suite project files (.burp) from the command line. Regex-search response headers and bodies, dump proxy history and site map, and extract findings from captured HTTP traffic.

Burp project files lock away a wealth of captured traffic behind the GUI. This skill parses .burp files directly so you can grep response bodies, pull out the site map, dump proxy history, and extract audit findings programmatically — ideal for scripting and reporting during a pentest.

security pentest burpsuite http web-security

When to use

Use when searching Burp-captured HTTP traffic with regex, extracting security audit findings, dumping proxy history or site-map data, or scripting analysis of a Burp Suite project.

Examples

Search captured traffic

Regex-search response bodies

Search this Burp project for any responses leaking API keys or session tokens

Extract the site map

Dump all discovered endpoints

Dump the full site map and proxy history from this .burp project as a list of endpoints
Added to wishlist