result

package
v1.5.4 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Rand

func Rand(arrays ...[]string) chan []string

Types

type Rander

type Rander struct {
	Arrays [][]string
	Out    chan []string
}

type Result

type Result struct {
	TimeStamp     time.Time           `json:"timestamp" csv:"timestamp"`
	URL           string              `json:"target" csv:"url"`
	Path          string              `json:"path"  csv:"path"`
	Method        string              `json:"method" csv:"method"`
	Title         string              `json:"title" csv:"title"`
	Host          string              `json:"host" csv:"host"`
	A             []string            `json:"A" csv:"a"`
	CNAME         []string            `json:"CNAME" csv:"cname"`
	Status        int                 `json:"status" csv:"status"`
	ContentLength int                 `json:"content-length" csv:"content-length"`
	Server        string              `json:"server" csv:"server"`
	Technology    []string            `json:"technology" csv:"technology"`
	ResponseBody  string              `json:"response" csv:"-"`
	RequestBody   string              `json:"request" csv:"-"`
	Links         []string            `json:"-" csv:"-"`
	Header        map[string][]string `json:"-" csv:"-"`
	HTTPurl       *url.URL            `json:"-" csv:"-"`
}

func (*Result) ToString added in v1.4.0

func (tr *Result) ToString() string

type Target added in v1.4.2

type Target struct {
	Host       string
	CustomIP   string
	CustomHost string
}

Jump to

Keyboard shortcuts

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