Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeromekleinen/burp_savetofile
BurpSuite plugin to save just the body of a request or response to a file
https://github.com/jeromekleinen/burp_savetofile
Last synced: 3 months ago
JSON representation
BurpSuite plugin to save just the body of a request or response to a file
- Host: GitHub
- URL: https://github.com/jeromekleinen/burp_savetofile
- Owner: jeromekleinen
- Created: 2016-10-02T13:47:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T13:56:00.000Z (over 8 years ago)
- Last Synced: 2024-07-17T10:38:11.380Z (6 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-suite - **4**星
- awesome-burp-extensions - Burp Savetofile - BurpSuite plugin to save just the body of a request or response to a file (Logging and Notes / SSRF)
README
This is a small BurpSuite plugin that allows you to save a request or response body to a file.
By default, BurpSuite offers two options to save request/response data to files:
- copy to file: saves the content but includes the headers
- save to file: saves the request and response in an XML style formatThis plugin enables you to save just the body to a file. The plugin will suggest a filename based on Content-Disposition (responses only) or the file that was requested from the server.
Usage: right click in a request or response viewer/editor and click on "Save body to file" and select an output file using the standard dialog. If there is no body that can be saved, the dialog will simply not be shown.
This plugin was only tested against BurpSuite 1.7.07 on Windows 10 but should work on a wide variety of versions and platforms.
If you encounter any problems, please file an issue and I'll try to look into it.