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 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"` }
Click to show internal directories.
Click to hide internal directories.