v2.6.0
projectdiscovery/subfinderv2.6.0Jun 7, 2023by ehsandeep
AI Summary
Adds netlas.io as a new data source and enhances library usage by allowing provider config files and environment variables for API keys.
Key Highlights
- Added netlas.io as a new source
- Added support to use provider config file when using as library
- Added support to read API keys as env variable in provider config
New Features
- netlas.io source
- Provider config file support
- Environment variable API key support
Full Release Notes
## What's Changed * Added `netlas.io` as new source by @Devang-Solanki in https://github.com/projectdiscovery/subfinder/pull/829 * Added support to use provider config file when using as library by @nth347 in https://github.com/projectdiscovery/subfinder/pull/864 * Added support to read API keys as env variable in the provider config file by @tarunKoyalwar in https://github.com/projectdiscovery/subfinder/pull/868 ```yaml netlas: - $NETLAS_API_KEY ``` Issues closed in this release - https://github.com/projectdiscovery/subfinder/milestone/8?closed=1 ## New Contributors * @nth347 made their first contribution in https://github.com/projectdiscovery/subfinder/pull/864 * @tarunKoyalwar made their first contribution in https://github.com/projectdiscovery/subfinder/pull/868 * @Devang-Solanki made their first contribution in https://github.com/projectdiscovery/subfinder/pull/829 **Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.5.9...v2.6.0