Version: 2.5.1 Update

This commit is contained in:
ᴋᴇʏ
2023-10-18 15:17:45 +08:00
committed by GitHub
parent 31e419aed2
commit 41f197bcb2

View File

@@ -126,7 +126,7 @@ public class BurpExtender implements IBurpExtender, IHttpListener, IMessageEdito
String addComment = String.join(", ", result.get(1).get("comment"));
String allComment = !Objects.equals(originalComment, "") ? String.format("%s, %s", originalComment, addComment) : addComment;
resComment = mergeComment(allComment);
messageInfo.setComment(resComment);
}
String endComment = resComment.isEmpty() ? originalComment : resComment;