plugins

package
v0.0.0-...-7a1a4d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TScanFuncMap map[string]TScanFunc
)

声明一个用来接收 TScanFunc 的 map,用来存储对应的插件函数名

Functions

func TScanSsh

func TScanSsh(target models.TargetsModel) (result models.TScanResult, err error)

Types

type TScanFunc

type TScanFunc func(targets models.TargetsModel) (result models.TScanResult, err error)

定义一个用来实现插件功能的函数,函数应接收一个目标模型,返回一个 TScanResult

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL