banner

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Software

type Software struct {
	Name    string           `json:"name"`
	Version string           `json:"version"`
	Modules []SoftwareModule `json:"modules"`
	OS      string           `json:"os"`
}

func ParseWebServerBanner

func ParseWebServerBanner(banner string) (Software, error)

type SoftwareModule

type SoftwareModule struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

Jump to

Keyboard shortcuts

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