mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 04:01:52 +08:00
恢复-nopoc功能
This commit is contained in:
+3
-1
@@ -20,8 +20,10 @@ var AllPocs []*lib.Poc
|
||||
|
||||
// WebScan 执行Web漏洞扫描
|
||||
func WebScan(info *Common.HostInfo) {
|
||||
if Common.DisablePocScan {
|
||||
return
|
||||
}
|
||||
once.Do(initpoc)
|
||||
|
||||
var pocinfo = Common.Pocinfo
|
||||
|
||||
// 自动构建URL
|
||||
|
||||
Reference in New Issue
Block a user