Update scan.go

This commit is contained in:
公明 2025-02-26 14:05:11 +08:00 committed by GitHub
parent f18998d48e
commit 7a0ab6e682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)