Documentation
¶
Index ¶
Constants ¶
View Source
const Version = `v2.0`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // input Input string InputFile string // config Threads int Timeout int Proxy string Header string FingerFile string FilterTag string // output OutputFile string NoColor bool // debug Silent bool Debug bool Targets []string Headers []string FilterTags []string FingerRules []*webscan.FingerRule `json:"-"` }
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.