mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
nopoc
This commit is contained in:
parent
cb6d67ed7b
commit
875d128e53
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user