bhavsec / reconspider

🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
GNU General Public License v3.0
2.07k stars 317 forks source link

Email breach not work. (hunter.io reach upper limited) #59

Closed hwygold closed 2 years ago

hwygold commented 2 years ago

When I type https://api.hunter.io/v2/domain-search?domain=google.com&api_key=9f189e87e011a1d2f3013ace7b14045dec60f62c

It returns

{
  "errors": [
    {
      "id": "too_many_requests",
      "code": 429,
      "details": "You've reached the limit for the number of searches per billing period included in your plan."
    }
  ]
}
hwygold commented 2 years ago

Is it possible to add multiple query sources support?

bhavsec commented 2 years ago

API keys included in ReconSpider are just for demo purposes, You need to create your own keys please check https://github.com/bhavsec/reconspider#updating-api-keys for more information.