v2.7.0
projectdiscovery/subfinderv2.7.0Feb 27, 2025by dogancanbakir
AI Summary
Adds ThreatCrowd and DigitalYama sources, fixes protocol handling and VirusTotal limits, and updates DNSRepo API.
Key Highlights
- Added ThreatCrowd and DigitalYama sources
- Fixed input protocol handling (e.g., `https://`)
- Fixed VirusTotal limit error where limit could not exceed 40
- Removed deprecated PassiveTotal source
New Features
- ThreatCrowd source
- DigitalYama source
Full Release Notes
## What's Changed ### 🎉 New Features * Added ThreatCrowd source by @hyni03 in https://github.com/projectdiscovery/subfinder/pull/1508 * Added DigitalYama source by @nukunga in https://github.com/projectdiscovery/subfinder/pull/1517 ### 🐞 Bug Fixes * Fixed issue where input with protocols (e.g., `https://example.com` ) was skipped. Now, the protocol part is removed, allowing `example.com` to be used by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1516 * Fixed VirusTotal limit error where the limit couldn't be larger than 40 by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1548 * Fixed query syntax for Netlas source by @thurrsense in https://github.com/projectdiscovery/subfinder/pull/1529 ### Other Changes * Removed PassiveTotal as it no longer exists by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1515 * Changed DNSRepo API endpoint to the latest version by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1540 * Skipped non-200 HTTP responses for Anubis by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1541 ## New Contributors * @nukunga made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1517 * @thurrsense made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1529 * @hyni03 made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1508 **Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.6.8...v2.7.0