CensysEx.Certs.hosts
You're seeing just the function
hosts
, go back to CensysEx.Certs module for more information.
Hits the Censys Certs hosts API. Returns a stream of results
Examples
CensysEx.Certs.fp("fb444eb8e68437bae06232b9f5091bccff62a768ca09e92eb5c9c2cf9d17c426")
|> Stream.take(25)
|> Stream.map(&Map.get(&1, "ip"))
|> Enum.to_list()
["10.0.0.6", "10.2.0.1", ...]