Asset Saver - Burp Suite
May 12, 2026 ยท View on GitHub
Asset Saver is a Burp Suite extension that enables saving previously loaded assets from within Burp Suite. It adds a context menu item to HTTP History items and the HTTP Request/Response Inspector within multiple tools. Asset Saver extracts the raw bytes from the response body into the save file, mitigating encoding issues that arise when copying or saving binary data from Burp Suite.
Build and Installation
Releases Page
For those who prefer direct downloads, the latest built versions of the extension can be found on the Releases page.
Building with Gradle
If you'd like to build the project from source using Maven:
- Clone the repository:
git clone https://github.com/gaberust/burp-asset-saver.git
- Navigate to the project directory:
cd burp-asset-saver
- Build the project using Maven:
./gradlew jar
After these steps, you'll find the built .jar file in the build/libs directory.
Building with IntelliJ
If you're using IntelliJ IDEA:
- Open IntelliJ and go to
File->Open. - Navigate to the cloned directory and open the project.
- In the right-hand pane, under the
Gradletab, expand theTasks > buildsection. - Double-click on
buildorjarto build the project.
After these steps, you'll find the built .jar file in the build/libs
directory.
Feedback and Contributions
Your feedback is important for improving the Asset Saver extension. If you come across any issues or have suggestions, please raise them in the Issues section of this repository.
Contributions to the codebase are welcome! To contribute, please fork the repository, make your changes, and then submit a pull request.