lib

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Now           = time.Now
	NewUuidString = uuid.NewString
)

AllCiphers includes all possible ciphers. The goal of this tool is to analyze what is possible, we are not concerned with insecure requests here.

Functions

func NoRedirects

func NoRedirects(req *http.Request, via []*http.Request) error

Types

type Finding

type Finding struct {
	ResourceType     string `json:"resource_type"`
	GlobalIdentifier string `json:"global_identifier"`
	Name             string `json:"name,omitempty"`
	MetaName         string `json:"meta_name,omitempty"`
	Meta             string `json:"meta,omitempty"`
}

type Reporter

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

func NewReporter

func NewReporter() Reporter

func (*Reporter) Add

func (r *Reporter) Add(vuln string, finding Finding)

func (*Reporter) ToJson

func (r *Reporter) ToJson() ([]byte, error)

Jump to

Keyboard shortcuts

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