Replies: 5 comments
-
|
When you add multiple API keys for the same source in subfinder, they are used round-robin style (rotating through them). For example: virustotal:
- key1
- key2
- key3Subfinder will:
This helps with:
It does NOT:
For maximum benefit, use keys from different accounts/subscriptions if the source allows it. |
Beta Was this translation helpful? Give feedback.
-
|
Multiple API keys for the same source are used sequentially with automatic rotation. The behavior:
Example config: virustotal:
- key1_here
- key2_here
- key3_hereThis is useful for:
Note: Its NOT parallel - doesnt query all keys simultaneously for the same request. Its sequential with failover. For sources with strict rate limits (like SecurityTrails), having 3-4 keys effectively multiplies your allowed requests. |
Beta Was this translation helpful? Give feedback.
-
|
Subfinder handles multiple API keys with a round-robin rotation strategy. When you add multiple keys for the same source in shodan:
- key1
- key2
- key3
virustotal:
- vtkey1
- vtkey2How it works:
Key points:
Best practice: Add keys in order of highest quota first, so subfinder uses your best keys before falling back to others. This is the same pattern used by other ProjectDiscovery tools like |
Beta Was this translation helpful? Give feedback.
-
|
Subfinder handles multiple API keys with a round-robin rotation strategy. When you add multiple keys for the same source in shodan:
- key1
- key2
- key3
virustotal:
- vtkey1
- vtkey2How it works:
Key points:
Best practice: Add keys in order of highest quota first, so subfinder uses your best keys before falling back to others. This is the same pattern used by other ProjectDiscovery tools like |
Beta Was this translation helpful? Give feedback.
-
|
Subfinder handles multiple API keys with a round-robin rotation strategy. When you add multiple keys for the same source in shodan:
- key1
- key2
- key3
virustotal:
- vtkey1
- vtkey2How it works:
Key points:
Best practice: Add keys in order of highest quota first, so subfinder uses your best keys before falling back to others. This is the same pattern used by other ProjectDiscovery tools like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Several API keys can be added to the configuration file for the same source.
I would like to know how these keys are managed.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions