Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Poc ¶
type Poc struct { Name string `json:"Name"` Description string `json:"Description"` Product string `json:"Product"` Homepage string `json:"Homepage"` DisclosureDate string `json:"DisclosureDate"` Author string `json:"Author"` FofaQuery string `json:"FofaQuery"` GobyQuery string `json:"GobyQuery"` Level string `json:"Level"` Impact string `json:"Impact"` VulType []interface{} `json:"VulType"` CVEIDs []interface{} `json:"CVEIDs"` CNNVD []interface{} `json:"CNNVD"` CNVD []interface{} `json:"CNVD"` CVSSScore string `json:"CVSSScore"` Is0Day bool `json:"Is0day"` Recommendation string `json:"Recommendation"` Translation struct { CN struct { Name string `json:"Name"` Product string `json:"Product"` Description string `json:"Description"` Recommendation string `json:"Recommendation"` Impact string `json:"Impact"` VulType []interface{} `json:"VulType"` Tags []interface{} `json:"Tags"` } `json:"CN"` EN struct { Name string `json:"Name"` Product string `json:"Product"` Description string `json:"Description"` Recommendation string `json:"Recommendation"` Impact string `json:"Impact"` VulType []interface{} `json:"VulType"` Tags []interface{} `json:"Tags"` } `json:"EN"` } `json:"Translation"` References []string `json:"References"` HasExp bool `json:"HasExp"` ExpParams interface{} `json:"ExpParams"` ExpTips struct { Type string `json:"Type"` Content string `json:"Content"` } `json:"ExpTips"` ScanSteps []interface{} `json:"ScanSteps"` ExploitSteps interface{} `json:"ExploitSteps"` Tags interface{} `json:"Tags"` AttackSurfaces struct { Application interface{} `json:"Application"` Support interface{} `json:"Support"` Service interface{} `json:"Service"` System interface{} `json:"System"` Hardware interface{} `json:"Hardware"` } `json:"AttackSurfaces"` }
type Rule ¶
type Rule struct { Request struct { Data string `json:"data"` DataType string `json:"data_type"` FollowRedirect bool `json:"follow_redirect"` Header map[string]string `json:"header"` Method string `json:"method"` Uri string `json:"uri"` } `json:"Request"` ResponseTest struct { Checks []Checks `json:"checks"` Operation string `json:"operation"` Type string `json:"type"` } `json:"ResponseTest"` SetVariable []interface{} `json:"SetVariable"` }
Click to show internal directories.
Click to hide internal directories.