Versions in this module Expand all Collapse all v0 v0.2.2 May 20, 2024 v0.2.1 May 8, 2024 v0.2.0 May 8, 2024 Changes in this version + const DEFAULT_PAGE_SIZE + const DEFAULT_PAGE_SIZE_MAX + type Client struct + var DefaultClient *Client + func NewClient() *Client + func (c *Client) Get(url string, headers map[string]string) (*req.Response, error) + func (c *Client) Post(url string, headers map[string]string, body interface{}) (*req.Response, error) + func (c *Client) SetDevMode(devMode bool) + type Provider interface + Auth func(*Session) bool + Name func() string + Search func(*Query) (chan *Result, error) + type Query struct + FofaQuery string + HunterQuery string + NumberOfQuery int + QuakeQuery string + Query string + type Result struct + Domain string + Host string + ICPLicence string + ICPUnit string + IP string + Port int + URL string + type Session struct + FofaKey string + HunterKey string + QuakeToken string v0.1.1 Mar 24, 2024