Skip to content

Commit 20d4d49

Browse files
bytebutcherThomas Engel
authored and
Thomas Engel
committedJan 10, 2020
Updated README and metadata.
1 parent 252162d commit 20d4d49

7 files changed

+7
-2
lines changed
 

‎BappDescription.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@
3535

3636
<li><strong>%R:</strong> will be replaced with the path to a temporary file containing the content of the focused request/response</li>
3737

38-
<li><strong>%B:</strong> will be replaced with the path to a temporary file containing the body of the focused request/response</li>
3938

39+
<li><strong>%E:</strong> will be replaced with the path to a temporary file containing the header of the focused request/response</li>
40+
41+
<li><strong>%B:</strong> will be replaced with the path to a temporary file containing the body of the focused request/response</li>
4042
</li>
4143

4244
<li><strong>Run in terminal:</strong> defines whether a terminal-window should appear in which the configured command is executed. By default "xterm" is used as terminal-emulator. You can change the terminal-emulator in the "Miscellaneous Options" to your liking.</li>

‎BappManifest.bmf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Uuid: f089f1ad056545489139cb9f32900f8e
22
ExtensionType: 1
33
Name: Custom Send To
44
RepoName: custom-send-to
5-
ScreenVersion: 0.98
5+
ScreenVersion: 0.99
66
SerialVersion: 1
77
MinPlatformVersion: 0
88
ProOnly: False

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Adds a customizable "Send to..."-context-menu to your BurpSuite.
44

5+
![Burp-Send-To-Extension Tab](images/burp-send-to-extension-intro.png)
6+
57
## Configuration
68

79
After loading the extension the "Send to"-Tab contains all necessary options to configure the "Send to"-context-menu.
@@ -20,6 +22,7 @@ New context-menu-entries can be added using the "Add"-button. Each entry consist
2022
* **%S:** will be replaced with the selected text
2123
* **%F:** will be replaced with the path to a temporary file containing the selected text
2224
* **%R:** will be replaced with the path to a temporary file containing the content of the focused request/response
25+
* **%E:** will be replaced with the path to a temporary file containing the header of the focused request/response
2326
* **%B:** will be replaced with the path to a temporary file containing the body of the focused request/response
2427
* **Group:** the name of the sub-menu in which this entry will be shown. Can be left blank.
2528
* **Run in terminal:** defines whether a terminal-window should appear in which the configured command is executed. By default "xterm" is used as terminal-emulator. You can change the terminal-emulator in the "Miscellaneous Options" to your liking.
Loading
Loading
64.6 KB
Loading

‎images/burp-send-to-extension-tab.png

67.3 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.