runner

package
v0.0.0-...-6ae72a2 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: GPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResultHTTPError     resultStatus = "http error"
	ResultResponseError              = "response error"
	ResultVulnerable                 = "vulnerable"
	ResultNotVulnerable              = "not vulnerable"
)

Variables

This section is empty.

Functions

func CheckFingerprints

func CheckFingerprints() error

func GetFingerprintPath

func GetFingerprintPath() (string, error)

func Process

func Process(config *Config) error

Types

type Config

type Config struct {
	HTTPS       bool
	VerifySSL   bool
	Emoji       bool
	HideFails   bool
	OnlyVuln    bool
	Concurrency int
	Timeout     int
	Targets     string
	Target      string
	Output      string
	// contains filtered or unexported fields
}

type Fingerprint

type Fingerprint struct {
	Engine         string
	Status         string
	Fingerprint    string
	Discussion     string
	Documentation  string
	False_Positive []string
}

func Fingerprints

func Fingerprints() ([]Fingerprint, error)

type Result

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

Jump to

Keyboard shortcuts

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