Skip to content

Commit

Permalink
Merge pull request #3 from PortSwigger/master
Browse files Browse the repository at this point in the history
Update BApp Store info
  • Loading branch information
cak authored Mar 2, 2020
2 parents d0b6fe9 + a1d80b1 commit 4d40324
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
28 changes: 28 additions & 0 deletions BappDescription.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<p>This extension allows you to bookmark requests for later.</p>

<p>Features:</p>
<ul>
<li>Save requests to table</li>
<li>Repeat requests directly from the [^] tab (and save to table)</li>
<li>Highlight bookmarked requests in Proxy History</li>
<li>Send to Repeater with tabs labeled with response titles</li>
<li>Load highlighted requests from existing Proxy History</li>
<li>Search bookmarks</li>
</ul>

<p>Usage</p>
<p>Add bookmark</p>
<ol>
<li>Select and right click on request(s)</li>
<li>Select add bookmark(s) [^]</li>
<li>Requests will be added to the [^] tab.</li>
</ol>

<p>Repeat requests</p>
<ol>
<li>Edit request (left)</li>
<li>Click the Repeat Request button</li>
<li>Response (right) will be updated</li>
</ol>

<p>* If the &quot;Add repeated request to table&quot; checkbox is checked, requests will be added to the table</p>
12 changes: 12 additions & 0 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Uuid: ef6d970f0d11452ea024691dffb4b39c
ExtensionType: 1
Name: Bookmarks
RepoName: bookmarks
ScreenVersion: 0.4.3
SerialVersion: 2
MinPlatformVersion: 0
ProOnly: False
Author: Caleb Kinney
ShortDescription: Provides an easy way to save and revisit requests
EntryPoint: build/libs/bookmarks.jar
BuildCommand: gradle fatjar

0 comments on commit 4d40324

Please sign in to comment.