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.
For those who prefer direct downloads, the latest built versions of the extension can be found on the Releases page.
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 jarAfter these steps, you'll find the built .jar file in the build/libs directory.
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.
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.