libs

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// VERSION current goverview version
	VERSION = "beta v1.0.1"
	// AUTHOR author of this
	AUTHOR = "@j3ssiejjj"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FinOpt

type FinOpt struct {
	TechFile string
	Depth    int
	Loaded   bool
}

type Options

type Options struct {
	Output          string
	ScreenOutput    string
	ContentOutput   string
	ScreenShotFile  string
	CheckSumFile    string
	ContentFile     string
	WordList        string
	LogFile         string
	TmpDir          string
	Concurrency     int
	Threads         int
	Headers         []string
	Inputs          []string
	InputFile       string
	Proxy           string
	Timeout         int
	Retry           int
	Level           int
	NoOutput        bool
	Redirect        bool
	SkipWords       bool
	SkipScreen      bool
	SkipProbe       bool
	SaveReponse     bool
	SaveRedirectURL bool
	InputAsBurp     bool
	SortTag         bool
	JsonOutput      bool
	Verbose         bool
	Debug           bool
	AbsPath         bool
	ScreenTimeout   int
	ImgWidth        int
	ImgHeight       int
	Probe           ProbeOpt
	Screen          ScreenOpt
	Fin             FinOpt

	// for report command
	ReportFile   string
	TemplateFile string
}

Options global options

type ProbeOpt

type ProbeOpt struct {
	OnlySummary   bool
	WordsSummary  bool
	ContentOutput string
}

ProbeOpt options for probing

type Request

type Request struct {
	Timeout  int
	Repeat   int
	Scheme   string
	Host     string
	Port     string
	Path     string
	URL      string
	Proxy    string
	Method   string
	Redirect bool
	Headers  []map[string]string
	Body     string
	Beautify string
}

Request all information about request

type Response

type Response struct {
	HasPopUp       bool
	StatusCode     int
	Status         string
	ContentType    string
	Headers        []map[string]string
	Body           string
	ResponseTime   float64
	Length         int
	Beautify       string
	Location       string
	BeautifyHeader string
}

Response all information about response

type ScreenOpt

type ScreenOpt struct {
	ScreenOutput  string
	ScreenTimeout int
	ImgWidth      int
	Retry         int
	ImgHeight     int
	UseChromedp   bool
	UseRod        bool
}

Jump to

Keyboard shortcuts

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