Documentation ¶ Index ¶ Variables func InitNuclei(pocDir string, limiter, timeout int, proxy string) (err error) func ParsePocFile(filePath string) (template *templates.Template, err error) type Exp func LoadAllExp(pocDir string) (exps []*Exp, err error) type Poc func LoadAllPoc(pocDir string) (pocs []*Poc, err error) Constants ¶ This section is empty. Variables ¶ View Source var ( Options *types.Options ExecuterOptions protocols.ExecuterOptions Engine *core.Engine Results []*common.Result ) Functions ¶ func InitNuclei ¶ func InitNuclei(pocDir string, limiter, timeout int, proxy string) (err error) func ParsePocFile ¶ func ParsePocFile(filePath string) (template *templates.Template, err error) Types ¶ type Exp ¶ added in v1.8.0 type Exp = templates.Template func LoadAllExp ¶ added in v1.8.0 func LoadAllExp(pocDir string) (exps []*Exp, err error) LoadAllExp 加载全部exp type Poc ¶ type Poc = templates.Template func LoadAllPoc ¶ func LoadAllPoc(pocDir string) (pocs []*Poc, err error) LoadAllPoc 加载全部poc Source Files ¶ View all Source files exp.go poc.go proxy.go Click to show internal directories. Click to hide internal directories.