mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-05 10:17:01 +00:00
Update scan.go
This commit is contained in:
parent
69511781d9
commit
949841a499
2
scan.go
2
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user