Documentation ¶
Index ¶
- func InsertInto(s string, interval int, sep rune) string
- func MatchWpPlugin(banner *Banner) map[string]map[string]string
- func NewClient(proxy string, timeout time.Duration) (*http.Client, error)
- func NewTransport(proxyURL string) (*http.Transport, error)
- func ResponseDecoding(body []byte, label string) string
- type AppFinger
- type Banner
- type Options
- type Rule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchWpPlugin ¶ added in v1.0.34
func ResponseDecoding ¶
Types ¶
type AppFinger ¶
func (*AppFinger) LoadAppFinger ¶
type Banner ¶
type Banner struct { BodyHash int32 `json:"body_hash"` Body string `json:"body"` Header string `json:"header"` Headers map[string]string `json:"headers"` Title string `json:"title"` StatusCode int `json:"status_code"` Response string `json:"response"` SSL bool `json:"ssl"` Certificate string `json:"certificate"` IconHash int32 `json:"icon_hash"` }
Click to show internal directories.
Click to hide internal directories.