Skip to content

confuciussayuhm/burp-request-exporter

Repository files navigation

Burp Request/Response Exporter

A Burp Suite extension that exports HTTP requests and responses in multiple formats for easy sharing, documentation, and analysis.

Features

  • Request Only - Export just the HTTP request
  • Response Only - Export just the HTTP response
  • Request + Response - Export both request and response together

All exports are formatted as clean, readable text that can be easily shared or included in reports.

Requirements

  • Java 17 or higher
  • Burp Suite (Professional or Community Edition)

Installation

  1. Download the latest request-response-exporter-1.0.0.jar from this repository
  2. Open Burp Suite
  3. Go to Extensions > Installed
  4. Click Add
  5. Select Extension type: Java
  6. Click Select file and choose the downloaded JAR
  7. Click Next to load the extension

Usage

  1. Right-click on any request in Burp Suite (Proxy history, Repeater, etc.)
  2. Navigate to Extensions > Request Response Exporter
  3. Choose your export option:
    • Copy Request - Copies the raw HTTP request to clipboard
    • Copy Response - Copies the raw HTTP response to clipboard
    • Copy Request + Response - Copies both to clipboard

The exported content is automatically copied to your clipboard, ready to paste.

Building from Source

# Clone the repository
git clone https://github.com/yourusername/burp-request-exporter.git
cd burp-request-exporter

# Build the JAR
./gradlew clean jar

# The JAR will be created in the project root:
# request-response-exporter-1.0.0.jar

License

MIT License - see LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages