MCPcopy
hub / github.com/shadow1ng/fscan / IsPluginApplicableByName

Method IsPluginApplicableByName

core/scanner.go:24–24  ·  view source on GitHub ↗
(pluginName string, targetHost string, targetPort int, isCustomMode bool, config *common.Config)

Source from the content-addressed store, hash-verified

22 Execute(ctx context.Context, session *common.ScanSession, info common.HostInfo, ch chan struct{}, wg *sync.WaitGroup)
23 GetPlugins(config *common.Config) ([]string, bool)
24 IsPluginApplicableByName(pluginName string, targetHost string, targetPort int, isCustomMode bool, config *common.Config) bool
25}
26
27// ScanMode 扫描模式类型

Callers 4

ExecuteScanTasksFunction · 0.65
countApplicableTasksFunction · 0.65
performHostScanMethod · 0.65
TestCountApplicableTasksFunction · 0.65

Implementers 1

mockStrategycore/scanner_test.go

Calls

no outgoing calls

Tested by 1

TestCountApplicableTasksFunction · 0.52