From 7a0ab6e682236bd29e274b6b63de72974aa86e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:05:11 +0800 Subject: [PATCH] Update scan.go --- scan.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scan.go b/scan.go index 9140249..0a5dd1a 100644 --- a/scan.go +++ b/scan.go @@ -86,7 +86,10 @@ func scan() { // if dataItem.RespBodyB{ // } - Resp = append(Resp, dataItem) + if dataItem.Result != "white" { + Resp = append(Resp, dataItem) + } + //--- fmt.Println(PrintYuequan(resultOutput.Result, resultOutput.Method, resultOutput.Host+resultOutput.Path, resultOutput.Reason)) logs.Delete(key)