v2.6.7
projectdiscovery/subfinderv2.6.7Oct 25, 2024by ehsandeep
AI Summary
Adds Subdomaincenter source, improves Netlas download API, and fixes various statistics and nil deref issues.
Key Highlights
- Added subdomaincenter integration
- Improved Netlas integration to use download API
- Fixed negative statistics and nil pointer dereferences
- Fixed incorrect subdomain concatenation (Shodan)
New Features
- Subdomaincenter source
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🎉 New Sources * Added subdomaincenter integration by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1315 ### Other Changes * Improved rapiddns integration by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1332 * Improved Netlas integration to use download API by @ilya3254 in https://github.com/projectdiscovery/subfinder/pull/1301 * Added support to add comments in input file by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1346 * Added `GetStatistics` function by @meme-lord in https://github.com/projectdiscovery/subfinder/pull/1238 * Fixed close resp body by @testwill in https://github.com/projectdiscovery/subfinder/pull/1239 * Fixed negative stats by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1367 * Fixed nil deref in source init by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1391 * Fixed incorrect subdomains concatenate (shodan) by @dwisiswant0 in https://github.com/projectdiscovery/subfinder/pull/1392 ## New Contributors * @rustfix made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1221 * @meme-lord made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1238 * @testwill made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1239 * @yourpwnguy made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1288 * @ilya3254 made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1301 * @RedYetiDev made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1214 * @SharokhAtaie made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1339 * @dwisiswant0 made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1392 **Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.6.6...v2.6.7