Version: 2.4.4 Update

This commit is contained in:
AnonymousUser
2022-09-26 18:49:35 +08:00
parent 440b3b1504
commit b784aa1425
2 changed files with 7 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class BurpExtender implements IBurpExtender, IHttpListener, IMessageEdito
this.callbacks = callbacks;
BurpExtender.helpers = callbacks.getHelpers();
String version = "2.4.3";
String version = "2.4.4";
callbacks.setExtensionName(String.format("HaE (%s) - Highlighter and Extractor", version));
// 定义输出
stdout = new PrintWriter(callbacks.getStdout(), true);