File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ You can find [Bookmarks](https://portswigger.net/bappstore/ef6d970f0d11452ea0246
1313* Send to Repeater with tabs labeled with response titles
1414* Load highlighted requests from existing Proxy History
1515* Search bookmarks
16+ * Tags (Not yet on BApp Store)
17+ * Comments (Not yet on BApp Store)
1618
1719![ Bookmarks] ( /images/bookmarks.png )
1820
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ class BurpExtender : IBurpExtender {
55 val tab = BookmarkTab (callbacks)
66 val table = tab.bookmarkTable
77 val menuItem = BookmarkMenu (table)
8- callbacks.stdout.write(" Bookmarks [^] v0.4.3 " .toByteArray())
8+ callbacks.stdout.write(" Bookmarks [^] v0.4.4 " .toByteArray())
99 callbacks.stdout.write(" \n Author: Caleb Kinney" .toByteArray())
10- callbacks.stdout.write(" \n Email: caleb@cak.codes " .toByteArray())
10+ callbacks.stdout.write(" \n Email: caleb@derail.io " .toByteArray())
1111 callbacks.stdout.write(" \n GitHub: github.com/cak" .toByteArray())
1212 callbacks.setExtensionName(" Bookmarks [^]" )
1313 callbacks.addSuiteTab(tab)
You can’t perform that action at this time.
0 commit comments