Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typeerror/bookmarks
Reclaim control of your Burp Suite Repeater tabs with this powerful extension
https://github.com/typeerror/bookmarks
appsec bugbounty burp-extensions burpsuite burpsuite-extender burpsuite-pro
Last synced: 7 days ago
JSON representation
Reclaim control of your Burp Suite Repeater tabs with this powerful extension
- Host: GitHub
- URL: https://github.com/typeerror/bookmarks
- Owner: TypeError
- License: mit
- Created: 2019-12-07T03:12:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T10:34:22.000Z (over 3 years ago)
- Last Synced: 2024-06-28T11:27:38.084Z (5 months ago)
- Topics: appsec, bugbounty, burp-extensions, burpsuite, burpsuite-extender, burpsuite-pro
- Language: Kotlin
- Homepage: https://portswigger.net/bappstore/ef6d970f0d11452ea024691dffb4b39c
- Size: 1.33 MB
- Stars: 65
- Watchers: 4
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmarks [^]
A [Burp Suite](https://portswigger.net/burp) extension to *bookmark* requests for later, instead of those 100 unnamed repeater tabs you've got open.
Bookmarks works in both the Community (Free) and Professional versions.
You can find [Bookmarks](https://portswigger.net/bappstore/ef6d970f0d11452ea024691dffb4b39c) on the [BApp Store](https://portswigger.net/bappstore).
#### Features:
* Save requests to table
* Repeat requests directly from the `[^]` tab (and save to table)
* Highlight bookmarked requests in Proxy History
* Send to Repeater with tabs labeled with response titles
* Load highlighted requests from existing Proxy History
* Search bookmarks
* Tags
* Comments![Bookmarks](/images/bookmarks.png)
## Install the Bookmarks Burp Suite Extension
### BApp Store
Install [Bookmarks](https://portswigger.net/bappstore/ef6d970f0d11452ea024691dffb4b39c) from the [BApp Store](https://portswigger.net/bappstore) inside Burp Suite.### Download or build the extension
#### Option 1: Download release
You can find the latest release (JAR file) [here](https://github.com/TypeError/Bookmarks/releases).#### Option 2: Build the extension
```sh
gradle build fatJar
```Extension JAR will be located at: `build/libs/bookmarks.jar`
### Load the extension
1. Open Burp Suite
2. Go to Extender tab
3. Burp Extensions -> Add
4. Load bookmarks.jar### Usage
#### Add bookmark
1. Select and right click on request(s)
2. Select `add bookmark(s) [^]`
3. Requests will be added to the `[^]` tab.#### Repeat requests
1. Edit request (left)
2. Click the `Repeat Request` button
3. Response (right) will be updated*If the `Add repeated request to table` checkbox is checked, requests will be added to the table*