output

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: AGPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Low      = "Low"
	High     = "High"
	Medium   = "Medium"
	Critical = "Critical"
)

漏洞等级

View Source
var OutChannel = make(chan VulMessage, 100)

Functions

This section is empty.

Types

type VulMessage

type VulMessage struct {
	DataType string   `json:"data_type"`
	VulnData VulnData `json:"vul_data"`
	Plugin   string   `json:"plugin"`
	Level    string   `json:"level"`
}

func (*VulMessage) PrintScreen

func (vul *VulMessage) PrintScreen() string

type VulnData

type VulnData struct {
	CreateTime  string `json:"create_time"`
	VulnType    string `json:"vuln_type"`
	Target      string `json:"target"`
	Ip          string `json:"ip"`
	Method      string `json:"method"`
	Param       string `json:"param"`
	Payload     string `json:"payload"`
	CURLCommand string `json:"curl_command"`
	Description string `json:"description"`
	Request     string `json:"request"`
	Response    string `json:"response"`
}

Jump to

Keyboard shortcuts

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