subfinder / research

❄️ Research project for SubFinder core API V2
MIT License
35 stars 8 forks source link

update certspotter #68

Closed picatz closed 5 years ago

picatz commented 5 years ago

Given an example domain of apple.com:

We're currently only using: https://certspotter.com/api/v0/certs?domain=apple.com

But, we could also be using: https://api.certspotter.com/v1/issuances?domain=apple.com&include_subdomains=true&expand=dns_names

picatz commented 5 years ago

The newer APIs provide far less information from what I can tell while implementing this feature.

picatz commented 5 years ago

It would also be nice to support an optional APIKey like in Riddler.