runner

package
v0.0.0-...-ee002d2 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 10 Imported by: 0

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

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(options *Options) (*Runner, error)

func (*Runner) Run

func (r *Runner) Run()

Jump to

Keyboard shortcuts

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