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:
mvn package
After these steps, you'll find the built .jar
file in the target
directory.
Use the one that does NOT start with original-
: it does not include the required dependencies.
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
Maven
tab, expand theLifecycle
section. - Double-click on
package
to build the project.
After these steps, you'll find the built .jar
file in the target
directory. Use the one that does NOT start with original-
(it does not
include the required dependencies).
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.