Documentation ¶
Index ¶
- func ExtractCharset(htmlContent string) string
- func ExtractContentTypeCharset(contentType string) (charset string)
- 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) (transport *http.Transport, err 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 ExtractCharset ¶ added in v1.1.6
func ExtractContentTypeCharset ¶ added in v1.1.6
func MatchWpPlugin ¶ added in v1.0.34
func NewTransport ¶ added in v1.0.29
func ResponseDecoding ¶
Types ¶
type AppFinger ¶
func (*AppFinger) LoadAppFinger ¶
type Banner ¶
type Banner struct { Uri string `json:"uri"` BodyHash int32 `json:"body_hash"` Body string `json:"body"` Header string `json:"header"` Headers map[string]string `json:"-"` Title string `json:"title"` StatusCode int `json:"status_code"` Response string `json:"_"` SSL bool `json:"ssl"` Certificate string `json:"certificate"` IconHash int32 `json:"icon_hash"` Charset string `json:"-"` Cert *tls.ConnectionState `json:"-"` }
Click to show internal directories.
Click to hide internal directories.