Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Jun 15, 2020
1 parent 2d4659d commit c0644c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6"
version = "0.1.0"

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.6".toByteArray())
callbacks.stdout.write("HUNT Remix - v0.1.0".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

0 comments on commit c0644c4

Please sign in to comment.