mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
nopoc
This commit is contained in:
@@ -7,6 +7,9 @@ import (
|
|||||||
|
|
||||||
// WebPoc 直接执行Web漏洞扫描
|
// WebPoc 直接执行Web漏洞扫描
|
||||||
func WebPoc(info *Common.HostInfo) error {
|
func WebPoc(info *Common.HostInfo) error {
|
||||||
|
if Common.DisablePocScan {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
WebScan.WebScan(info)
|
WebScan.WebScan(info)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user