From 949841a4996f3f7af5615532e333f6a7e1746c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:55:25 +0800 Subject: [PATCH] Update scan.go --- scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.go b/scan.go index 1292ee9..a7dd645 100644 --- a/scan.go +++ b/scan.go @@ -197,7 +197,7 @@ func sendHTTPAndKimi(r *RequestResponseLog) (result, reqA, reqB, respA, respB st // 将响应体转换为字符串 resp2 := string(bodyBytes) - if len(resp1+resp2) < 65535 { + if len(resp1+resp2) < 1048576 { if !MatchString(config.GetConfig().RespBodyBWhiteList, resp2) { similarity := StringSimilarity(resp1, resp2) if similarity > 0.5 {