Skip to content

Commit

Permalink
Merge pull request #62 from cak/hunt-rmx-0.0.6
Browse files Browse the repository at this point in the history
HUNT Remix Update v0.0.6
  • Loading branch information
codingo authored Jun 15, 2020
2 parents 8861f8e + f01f447 commit 2464535
Show file tree
Hide file tree
Showing 7 changed files with 229 additions and 225 deletions.
2 changes: 1 addition & 1 deletion Remix/BurpRemix/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("jvm") version "1.3.72"
}

version = "0.0.5"
version = "0.0.6"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion Remix/BurpRemix/src/main/kotlin/BurpExtender.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class BurpExtender : IBurpExtender {
override fun registerExtenderCallbacks(callbacks: IBurpExtenderCallbacks) {
val tab = HuntTab(callbacks)
callbacks.registerHttpListener(HuntListener(callbacks, tab))
callbacks.stdout.write("HUNT Remix - v0.0.5".toByteArray())
callbacks.stdout.write("HUNT Remix - v0.0.6".toByteArray())
callbacks.stdout.write("\nOriginally by: JP Villanueva, Jason Haddix and team at Bugcrowd".toByteArray())
callbacks.stdout.write("\nRepo: https://github.com/bugcrowd/HUNT".toByteArray())
callbacks.stdout.write("\nRemixed by: Caleb Kinney (derail.io)".toByteArray())
Expand Down
4 changes: 2 additions & 2 deletions Remix/BurpRemix/src/main/kotlin/HuntActions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class HuntActions(
private val sendToRepeater = JMenuItem("Send request(s) to Repeater")
private val sendToIntruder = JMenuItem("Send request(s) to Intruder")
private val copyURLs = JMenuItem("Copy URL(s)")
private val deleteMenu = JMenuItem("Delete Hunt Issue(s)")
private val clearMenu = JMenuItem("Clear Hunt Issues")
private val deleteMenu = JMenuItem("Delete HUNT Issue(s)")
private val clearMenu = JMenuItem("Clear HUNT Issues")
private val comments = JMenuItem("Add comment")
private val details = JMenuItem("Details")

Expand Down
Loading

0 comments on commit 2464535

Please sign in to comment.