-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from PortSwigger/master
Update BApp Store info
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "Add repeated request to table" checkbox is checked, requests will be added to the table</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |