Documentation ¶
Index ¶
Constants ¶
View Source
const ( URL = "https://search.censys.io/api/v2/hosts/search?q=%s&per_page=%d&virtual_hosts=INCLUDE" MaxPerPage = 100 Source = "censys" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CensysRequest ¶
type CensysResponse ¶
type CensysResponse struct { Code int `json:"code"` Status string `json:"status"` Results CensysResponseResult `json:"result"` }
type CensysResponseLinks ¶
type CensysResponseResult ¶
type CensysResponseResult struct { Query string `json:"query"` Total int `json:"total"` Hits []map[string]interface{} `json:"hits"` Links CensysResponseLinks `json:"links"` }
Click to show internal directories.
Click to hide internal directories.