Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllTags = []Tag{ Generic, HTML, JavaScript, JsExt, }
View Source
var AllTagsAndWorkflows = append(append([]Tag{}, AllTags...), AllWorkflows...)
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // InputFile openapi input file InputFile string // NucleiTemplateDir path with nuclei templates to use NucleiTemplateDir string // NucleiConfig path with nuclei configuration to use NucleiConfig string // NucleiTags allowed tags. All tags are allowed if empty. NucleiTags goflags.StringSlice // NucleiWorkflows allowed workflows. All workflows are allowed if empty. NucleiWorkflows goflags.StringSlice // ProxyHost proxy to use for requests ProxyHost string // Silent shows only output Silent bool // Verbose specifies showing verbose output Verbose bool // Debug Debug bool // DebugDirPath DebugDirPath string // Version enables showing of tool version Version bool }
func (*Options) ConfigureOutput ¶
func (options *Options) ConfigureOutput()
ConfigureOutput configures the output logging levels to be displayed on the screen
func (*Options) IsTagAllowed ¶
Click to show internal directories.
Click to hide internal directories.