File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ class BurpExtender : IBurpExtender {
5
5
val tab = BookmarkTab (callbacks)
6
6
val table = tab.bookmarkTable
7
7
val menuItem = BookmarkMenu (table)
8
- callbacks.stdout.write(" Bookmarks [^] v0.4.8 " .toByteArray())
8
+ callbacks.stdout.write(" Bookmarks [^] v0.4.9 " .toByteArray())
9
9
callbacks.stdout.write(" \n Author: Caleb Kinney" .toByteArray())
10
10
callbacks.stdout.write(
" \n Email: [email protected] " .toByteArray())
11
- callbacks.stdout.write(" \n GitHub: github.com/cak " .toByteArray())
12
- callbacks.setExtensionName(" Bookmarks [^] " )
11
+ callbacks.stdout.write(" \n Website: https://derail.io " .toByteArray())
12
+ callbacks.setExtensionName(" Bookmarks" )
13
13
callbacks.addSuiteTab(tab)
14
14
callbacks.registerContextMenuFactory(menuItem)
15
15
}
You can’t perform that action at this time.
0 commit comments