简化输出格式

This commit is contained in:
梁凯强
2025-04-18 10:07:05 +08:00
parent 36134b7298
commit 5dfd0397d5
4 changed files with 17 additions and 2 deletions
+3
View File
@@ -7,6 +7,9 @@ import (
// WebPoc 直接执行Web漏洞扫描
func WebPoc(info *Common.HostInfo) error {
if Common.DisablePocScan {
return nil
}
WebScan.WebScan(info)
return nil
}