v2.10.0
projectdiscovery/subfinderv2.10.0Nov 19, 2025by dogancanbakir
AI Summary
This significant release adds multiple new data sources, introduces API key support infrastructure, and adds wildcard certificate detection. It also removes the deprecated hunter source and includes performance optimizations.
Key Highlights
- Added Windvane source
- Added OnHype source
- Added API key support infrastructure
- Added DomainsProject source
- Added wildcard certificate detection in JSON output
- Removed deprecated hunter source
- Performance improvements with strings.Builder
New Features
- Windvane source
- OnHype source
- API key support system
- DomainsProject source
- Wildcard certificate detection in JSON output
- Real-time result callback support
- Performance optimization with string builder
Full Release Notes
## What's Changed ### 🎉 New Features * Added Windvane source by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1657 * Added OnHype by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1647 * Added API key support by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1660 * Added DomainsProject source by @tb0hdan in https://github.com/projectdiscovery/subfinder/pull/1663 * Added wildcard certificate detection in JSON output by @tarunKoyalwar in https://github.com/projectdiscovery/subfinder/pull/1665 ### Other Changes * Added real-time result support to ResultCallback for enumerated subdomains by @mukesh-dream11 in https://github.com/projectdiscovery/subfinder/pull/1652 * Removed hunter by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1662 * Refactored to use strings.Builder for string manipulation to improve performance by @sunnyraindy in https://github.com/projectdiscovery/subfinder/pull/1666 ## New Contributors * @mukesh-dream11 made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1652 * @tb0hdan made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1663 * @sunnyraindy made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1666 **Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.9.0...v2.10.0