model

package
v0.0.0-...-d8e8c2f Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	Type  string `json:"type"`
	Param string `json:"param"`
	PoC   string `json:"poc"`
}

Issue is struct of issue

type Options

type Options struct {
	UniqParam         string
	Cookie            string
	Header            string
	ConfigFile        string
	BlindURL          string
	CustomPayloadFile string
	Data              string
	UserAgent         string
	OutputFile        string
	Format            string
	FoundAction       string
	ProxyAddress      string
	Grep              string
	IgnoreReturn      string
	Trigger           string
	Timeout           int
	Concurrence       int
	Delay             int
	AllURLS           int
	NowURL            int
	Sequence          int
	OnlyDiscovery     bool
	Silence           bool
	IsAPI             bool
	Mass              bool
	Scan              map[string]Scan
	FollowRedirect    bool
	Mining            bool
	FindingDOM        bool
	MiningWordlist    string
	NoColor           bool
	Method            string
	NoSpinner         bool
	NoBAV             bool
	ServerHost        string
	ServerPort        int
}

Options is struct of options

type Scan

type Scan struct {
	URL     string
	ScanID  string
	Logs    []string
	Results []Issue
}

Scan is struct of scan

Jump to

Keyboard shortcuts

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