(pluginName string, targetHost string, targetPort int, isCustomMode bool, config *common.Config)
| 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 扫描模式类型 |
no outgoing calls