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 {
55 val tab = BookmarkTab (callbacks)
66 val table = tab.bookmarkTable
77 val menuItem = BookmarkMenu (table)
8- callbacks.stdout.write(" Bookmarks [^] v0.4.8 " .toByteArray())
8+ callbacks.stdout.write(" Bookmarks [^] v0.4.9 " .toByteArray())
99 callbacks.stdout.write(" \n Author: Caleb Kinney" .toByteArray())
1010 callbacks.stdout.write(" \n Email: caleb@derail.io" .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" )
1313 callbacks.addSuiteTab(tab)
1414 callbacks.registerContextMenuFactory(menuItem)
1515 }
You can’t perform that action at this time.
0 commit comments