vuln

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2025 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TEMPLATES_FOLDER = "templates"
	NUCLEI_BINARY    = "nuclei"
	TEMPLATES_URL    = "https://github.com/dusbot/templates"
)

Functions

This section is empty.

Types

type Engine added in v0.1.6

type Engine struct {
	TemplatePath string
	Templates    []*templates.Template
}

func NewEngine

func NewEngine() (*Engine, error)

func (*Engine) AddTemplate added in v0.1.6

func (e *Engine) AddTemplate(fileName string, buf []byte) (err error)

func (*Engine) Init added in v0.1.6

func (e *Engine) Init() error

func (*Engine) ListTemplates added in v0.1.6

func (e *Engine) ListTemplates() []*templates.Template

func (*Engine) Scan added in v0.1.6

func (e *Engine) Scan(t Target) (results []*output.ResultEvent)

type Target

type Target struct {
	Urls []string

	TemplateIDs []string
	Tags        []string
	Proxies     []string
}

Jump to

Keyboard shortcuts

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