fingerprint

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DiscoverFingerPrintScanID   = "discover.server_signature"
	DiscoverFingerPrintScanName = "Server Signature Discovery"
)

Variables

This section is empty.

Functions

func ScanHandler

func ScanHandler(op *operation.Operation, securityScheme *auth.SecurityScheme) (*report.ScanReport, error)

Types

type FingerPrintApp

type FingerPrintApp struct {
	Name    string  `json:"name" yaml:"name"`
	Version *string `json:"version,omitempty"`
}

type FingerPrintData

type FingerPrintData struct {
	CertificateAuthority []FingerPrintApp `json:"certificate_authority" yaml:"certificate_authority"`
	Hosting              []FingerPrintApp `json:"hosting" yaml:"hosting"`
	OS                   []FingerPrintApp `json:"os" yaml:"os"`
	Softwares            []FingerPrintApp `json:"softwares" yaml:"softwares"`
	Databases            []FingerPrintApp `json:"databases" yaml:"databases"`
	Servers              []FingerPrintApp `json:"servers" yaml:"servers"`
	ServerExtensions     []FingerPrintApp `json:"server_extensions" yaml:"server_extensions"`
	AuthServices         []FingerPrintApp `json:"auth_services" yaml:"auth_services"`
	CDNs                 []FingerPrintApp `json:"cdns" yaml:"cdns"`
	Caching              []FingerPrintApp `json:"cache" yaml:"cache"`
	Languages            []FingerPrintApp `json:"languages" yaml:"languages"`
	Frameworks           []FingerPrintApp `json:"frameworks" yaml:"frameworks"`
	SecurityServices     []FingerPrintApp `json:"security_services" yaml:"security_services"`
}

Jump to

Keyboard shortcuts

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