Skip to content

Commit 4d40324

Browse files
authored
Merge pull request #3 from PortSwigger/master
Update BApp Store info
2 parents d0b6fe9 + a1d80b1 commit 4d40324

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

BappDescription.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<p>This extension allows you to bookmark requests for later.</p>
2+
3+
<p>Features:</p>
4+
<ul>
5+
<li>Save requests to table</li>
6+
<li>Repeat requests directly from the [^] tab (and save to table)</li>
7+
<li>Highlight bookmarked requests in Proxy History</li>
8+
<li>Send to Repeater with tabs labeled with response titles</li>
9+
<li>Load highlighted requests from existing Proxy History</li>
10+
<li>Search bookmarks</li>
11+
</ul>
12+
13+
<p>Usage</p>
14+
<p>Add bookmark</p>
15+
<ol>
16+
<li>Select and right click on request(s)</li>
17+
<li>Select add bookmark(s) [^]</li>
18+
<li>Requests will be added to the [^] tab.</li>
19+
</ol>
20+
21+
<p>Repeat requests</p>
22+
<ol>
23+
<li>Edit request (left)</li>
24+
<li>Click the Repeat Request button</li>
25+
<li>Response (right) will be updated</li>
26+
</ol>
27+
28+
<p>* If the &quot;Add repeated request to table&quot; checkbox is checked, requests will be added to the table</p>

BappManifest.bmf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Uuid: ef6d970f0d11452ea024691dffb4b39c
2+
ExtensionType: 1
3+
Name: Bookmarks
4+
RepoName: bookmarks
5+
ScreenVersion: 0.4.3
6+
SerialVersion: 2
7+
MinPlatformVersion: 0
8+
ProOnly: False
9+
Author: Caleb Kinney
10+
ShortDescription: Provides an easy way to save and revisit requests
11+
EntryPoint: build/libs/bookmarks.jar
12+
BuildCommand: gradle fatjar

0 commit comments

Comments
 (0)