Skip to content

Commit d0b6fe9

Browse files
committed
v0.4.4
1 parent a61acc8 commit d0b6fe9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/BurpExtender.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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("\nAuthor: Caleb Kinney".toByteArray())
10-
callbacks.stdout.write("\nEmail: caleb@cak.codes".toByteArray())
10+
callbacks.stdout.write("\nEmail: caleb@derail.io".toByteArray())
1111
callbacks.stdout.write("\nGitHub: github.com/cak".toByteArray())
1212
callbacks.setExtensionName("Bookmarks [^]")
1313
callbacks.addSuiteTab(tab)

0 commit comments

Comments
 (0)