Version: 4.0.4 Update

This commit is contained in:
gh0stkey
2025-01-17 17:56:35 +08:00
parent 452f297f55
commit 5977e82ca6
3 changed files with 25 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ public class HaE implements BurpExtension {
public void initialize(MontoyaApi api) {
// 设置扩展名称
api.extension().setName("HaE - Highlighter and Extractor");
String version = "4.0.3";
String version = "4.0.4";
// 加载扩展后输出的项目信息
Logging logging = api.logging();