leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 819 forks source link

Adding API keys? #121

Closed Zormgard closed 5 years ago

Zormgard commented 5 years ago

Hey there.

Love this tool, but i cant figure out, where im surpose to add them.?

Zormgard

TheRapture commented 5 years ago

Hey Zormgard! So to add keys, you just type in recon-ng and then you will type in whichever of the below options you have a key for. =) Hope that helps!

keys add bing_api <value>
  keys add builtwith_api <value>
  keys add fullcontact_api <value>
  keys add github_api <value>
  keys add google_api <value>
  keys add google_cse <value>
  keys add hashes_api <value>
  keys add shodan_api <value>
leebaird commented 5 years ago

Thanks TheRapture, this answer is correct.