diff --git a/plugins/web/webpoc.go b/plugins/web/webpoc.go index 677f95c..b9056cd 100644 --- a/plugins/web/webpoc.go +++ b/plugins/web/webpoc.go @@ -32,7 +32,7 @@ func (p *WebPocPlugin) Scan(ctx context.Context, info *common.HostInfo) *WebScan } target := fmt.Sprintf("%s:%s", info.Host, info.Ports) - common.LogSuccess(fmt.Sprintf("WebPOC %s 开始扫描", target)) + common.LogDebug(fmt.Sprintf("WebPOC %s 开始扫描", target)) // 直接执行Web扫描 WebScan.WebScan(info)