Skip to content

Releases: bytebutcher/burp-send-to

v1.6

06 Feb 21:34
Compare
Choose a tag to compare

This version does add a new placeholder behaviour #7 and two new placeholders #6.

  • new placeholder behaviour "merge into file" allows passing multiple inputs as single file
  • new placeholder status code %O
  • new placeholder content length %L

Please note that this version is not 100% backward compatible and old placeholder behaviour is not parsed correctly.
If you experience any other issues please let me know by opening a ticket.

v1.5

17 Jan 00:45
Compare
Choose a tag to compare

Fixes issue when loading options. #3
Adds a new checkbox to the "Send to" tab which allows to disable the functionality to surround placeholders with quotationmarks automatically (safe mode). #2

v1.4

21 Feb 17:38
Compare
Choose a tag to compare

Added feature to let user choose the run-in-terminal-behaviour. It is now possible to select whether multiple commands should be run in separate or in single terminal.
Added additional configuration option to select whether a warning/choice dialog should be shown or a default choice (e.g. Run in separate terminals/Run in single terminal) should be taken whenever multiple commands are going to be executed.

v1.5b

10 Jan 15:50
Compare
Choose a tag to compare
v1.5b Pre-release
Pre-release

Adds a new checkbox to the "Send to" tab which allows to disable the functionality to surround placeholders with quotationmarks automatically (safe mode).

v1.3

18 Feb 12:33
Compare
Choose a tag to compare

Added feature to customize how placeholders behave when multiple HTTP messages are selected (default = command-separated).

v1.1

26 Jan 19:07
Compare
Choose a tag to compare

Added feature which makes it possible to choose within context menu whether information (e.g. HTTP-Headers, HTTP-Body, HTTP-Message) should be taken from request or response.

v1.0

12 Jan 02:29
Compare
Choose a tag to compare

Context menu entries can now handle multiple selected messages at once.
They can be executed when at least one of the selected messages is valid.
The number of valid and total items is shown in the item text (e.g. Send to... -> sql -> sqlmap (GET) (2/5)).

v0.99

11 Jan 22:30
Compare
Choose a tag to compare

Added additional placeholder %E which returns the path to a temporary file containing the HTTP-request/-response-header.
The placeholder %C (Cookie) will now also return cookies found in the http response.
The tooltip-help is now shown for 10 seconds instead of 5 since it now contain more text (more placeholders).
The remove-button now removes all selected entries.
Added new default context-menu entries which illustrate the usage of the individual placeholders.
Refactored SendToContextMenu.java (480 loc -> 245 loc). All placeholders were extracted into individual classes. This makes it much more easy and safe to add new placeholders. Code should now be more readable, too.

v0.98

11 Jan 22:36
Compare
Choose a tag to compare
Added default context menu entries: decoder++, droopescan, mooscan, w…

v0.95

02 Dec 23:17
Compare
Choose a tag to compare
Added feature to group items within the context menu.