Skip to content

Commit bf72fed

Browse files
committedFeb 18, 2020
Adjusted README.md by adding additional images and description regarding placeholder behaviour feature.
Adjusted extension version within BappManifest.bmf to 1.3.
1 parent 182bd66 commit bf72fed

5 files changed

+13
-2
lines changed
 

‎BappDescription.html

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<li><strong>Output should replace selection:</strong> will replace the selection with the output of the to be executed command</li>
4747
</ul>
4848

49+
<p>
50+
In addition it is possible to customize how placeholders behave when multiple HTTP messages are selected by clicking the "Advanced"-button.
51+
By default each selected HTTP message forms a separate command. However, it is also possible to join all values of a specific placeholder using a custom separator.
52+
</p>
53+
4954
<p>After creating new context-menu-entries using the "Add"-button they can be edited or deleted again using the "Edit"- and "Remove"-button. In addition the order in which they appear in the context-menu can be altered using the "Up"- and "Down"-button.</p>
5055

5156
<p><b>Context-Menu</b></p>

‎BappManifest.bmf

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Uuid: f089f1ad056545489139cb9f32900f8e
22
ExtensionType: 1
33
Name: Custom Send To
44
RepoName: custom-send-to
5-
ScreenVersion: 1.2
5+
ScreenVersion: 1.3
66
SerialVersion: 1
77
MinPlatformVersion: 0
88
ProOnly: False
99
Author: Thomas Engel
1010
ShortDescription: Add a customizable "Send to..." menu to the context menu
11-
EntryPoint: burp-send-to-extension/build/libs/burp-send-to-extension-1.2.jar
11+
EntryPoint: burp-send-to-extension/build/libs/burp-send-to-extension-1.3.jar
1212
BuildCommand: cd burp-send-to-extension; ./gradlew fatJar

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ New context-menu-entries can be added using the "Add"-button. Each entry consist
2929
* **Show preview:** gives you the chance to preview and change the command before executing it.
3030
* **Output should replace selection:** will replace the selection with the output of the to be executed command.
3131

32+
In addition it is possible to customize how placeholders behave when multiple HTTP messages are selected by clicking the "Advanced"-button.
33+
By default each selected HTTP message forms a separate command. However, it is also possible to join all values of a specific placeholder using a custom separator.
34+
35+
![Burp-Send-To-Extension Add-/Edit-Dialog](images/burp-send-to-extension-add-edit-dialog.png)
36+
![Burp-Send-To-Extension Advanced-Dialog](images/burp-send-to-extension-advanced-dialog.png)
37+
3238
After creating new context-menu-entries using the "Add"-button they can be edited or deleted again using the "Edit"- and "Remove"-button. In addition the order in which they appear in the context-menu can be altered using the "Up"- and "Down"-button.
3339

3440
![Burp-Send-To-Extension Tab](images/burp-send-to-extension-tab.png)
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.