runner

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const Version = `1.0.0`

Version is the current version

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Verbose       bool
	NoColor       bool
	Silent        bool
	Version       bool
	HTTPProxy     string
	Timeout       int
	Threads       int
	UserAgent     string
	CustomHeaders customheader.CustomHeaders
	InputTarget   string
	InputFile     string
}

Options of the internal runner

func ParseOptions

func ParseOptions() *Options

ParseOptions parses the command line options for application

type Runner

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

Runner is a client for running the enumeration process.

func New

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

New creates a new client for running enumeration process.

func (*Runner) Close

func (runner *Runner) Close()

Close the instance

func (*Runner) RunEnumeration

func (runner *Runner) RunEnumeration(ctx context.Context)

RunEnumeration on targets

Jump to

Keyboard shortcuts

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