A Burp Suite extension that exports HTTP requests and responses in multiple formats for easy sharing, documentation, and analysis.
- 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.
- Java 17 or higher
- Burp Suite (Professional or Community Edition)
- Download the latest
request-response-exporter-1.0.0.jarfrom this repository - Open Burp Suite
- Go to Extensions > Installed
- Click Add
- Select Extension type: Java
- Click Select file and choose the downloaded JAR
- Click Next to load the extension
- Right-click on any request in Burp Suite (Proxy history, Repeater, etc.)
- Navigate to Extensions > Request Response Exporter
- 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.
# 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.jarMIT License - see LICENSE for details.