Documentation ¶ Index ¶ Variables func InitNuclei(pocDir string, limiter, timeout int, proxy string) (err error) func ParsePocFile(filePath string) (template *templates.Template, 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 Poc ¶ type Poc = templates.Template func LoadAllPoc ¶ func LoadAllPoc(pocDir string) (pocs []*Poc, err error) LoadAllPoc 加载全部poc Source Files ¶ View all Source files poc.go proxy.go struts.go Click to show internal directories. Click to hide internal directories.