v2.6.4

projectdiscovery/subfinderv2.6.4Jan 11, 2024by ehsandeep

AI Summary

This release introduces pagination support for multiple data sources including SecurityTrails, VirusTotal, and BinaryEdge. It also includes improvements to the DNSDB source and fixes various bugs related to case sensitivity and build failures on Android.

Key Highlights

  • Added pagination support to SecurityTrails, VirusTotal, and BinaryEdge sources
  • Improved DNSDB source to use v2 API
  • Fixed case-sensitive domain input issue with the `-dL` option

New Features

  • Pagination support for SecurityTrails
  • Extended limit for crtsh source with `-all` option
  • Improved config file path creation by OS

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed

* Added pagination support to SecurityTrails source by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1105
* Added extended limit for crtsh source with `-all` option is used by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1123
* Fixed build failure on `termux/android` by @RamanaReddy0M in https://github.com/projectdiscovery/subfinder/pull/1053
* Fixed VirusTotal pagination issue by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1110
* Fixed BinaryEdge pagination issue by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1109
* Fixed issue with case-sensitive domain input with `-dL` option by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1072
* Improved DNSDB source to use v2 api with offset by @kelvinatorr in https://github.com/projectdiscovery/subfinder/pull/1006
* Improved config file path creation by OS by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1013
* Improved 360Quake subdomain query by @chushuai in https://github.com/projectdiscovery/subfinder/pull/1031
* Improved subdomain handling from fofa source by @ZuoJunhao in https://github.com/projectdiscovery/subfinder/pull/1047
* Disabled riddler source by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/1111

## New Contributors
* @kelvinatorr made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1006
* @ZuoJunhao made their first contribution in https://github.com/projectdiscovery/subfinder/pull/1047

**Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.6.3...v2.6.4