CensysEx.Hosts.search
You're seeing just the function
search
, go back to CensysEx.Hosts module for more information.
Hits the Censys Hosts search API. Returns a stream of results for you query
Examples
CensysEx.Hosts.search("services.service_name: HTTP")
|> Stream.take(500)
|> Enum.to_list()