Subdominator
Subdominator copied to clipboard
Question
Is it correct to fill in the API in the provider-config.yaml file like this? Because the API key format is filled in like this in the provider-config.yaml file like example 1
example 1
bevigil: [Api_key]
binaryedge: [Api_key]
bufferover: [Api_key]
builtwith: [Api_key]
or example 2
censys:
- Api_key
facebook:
- Api_key
google:
- Api_key
intelx:
- Api_key
Hello @Conato1 , Your Key configuration syntax is almost correct but for resources like censys,redhuntlabs,intelx resource you will need to configure your API keys like this below example:
censys:
- api-secret:api-key
redhuntlabs:
- redhunt-api-url:red-hunt-api-key
intelx:
- your-host:intel-apikey
I hope these examples help you.
Kind regards, @RevoltSecurities