Skip to content

Commit

Permalink
Highlight and comment proxy history
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Jun 15, 2020
1 parent f7a0673 commit ec0aa06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Remix/BurpRemix/src/main/kotlin/HuntListener.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ class HuntListener(private val callbacks: IBurpExtenderCallbacks, private val hu
}.toList()

huntTab.huntTable.addHuntIssue(huntIssues)
if (toolFlag == IBurpExtenderCallbacks.TOOL_PROXY) {
messageInfo.highlight = "cyan"
messageInfo.comment = "HUNT: ${huntIssues.map { it.types }.flatten().toSet().joinToString()}"
}
}

}
}

Expand Down

0 comments on commit ec0aa06

Please sign in to comment.