v2.5.4

projectdiscovery/subfinderv2.5.4Oct 17, 2022by ehsandeep

AI Summary

This release introduces subdomain match/filter support, adds three new data sources (dnsrepo, bevigil, quake), and removes several unmaintained sources (sublist3r, archiveis, threatcrowd). It also includes integration tests for various sources and fixes a newline bug with crtsh.

Key Highlights

  • Added subdomain match/filter support
  • Added dnsrepo, bevigil, and quake sources
  • Removed unmaintained sources (sublist3r, archiveis, threatcrowd)
  • Added integration tests for sources
  • Fixed crtsh newline bug

New Features

  • Subdomain match/filter support
  • dnsrepo source
  • bevigil source
  • quake source
  • Integration tests

Full Release Notes

## What's Changed

* Added subdomain **match/filter** support by @LuitelSamikshya in https://github.com/projectdiscovery/subfinder/pull/582
* Added new sources:
	- **dnsrepo** source by @LuitelSamikshya in https://github.com/projectdiscovery/subfinder/pull/501
	- **bevigil** by @alt-glitch in https://github.com/projectdiscovery/subfinder/pull/591
	- **quake** source by @zer0yu in https://github.com/projectdiscovery/subfinder/pull/424
* Removed unmaintained / unavailable sources:
	- sublist3r by @LuitelSamikshya in https://github.com/projectdiscovery/subfinder/pull/586
	- archiveis by @forgedhallpass in https://github.com/projectdiscovery/subfinder/pull/655
	- threatcrowd by @forgedhallpass in https://github.com/projectdiscovery/subfinder/pull/656
* Added integration test for -
	- alienvault by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/648
	- hackertarget by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/644
	- sources that do not require API key by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/651
* Fixed newline bug with crtsh sources by @vzamanillo in https://github.com/projectdiscovery/subfinder/pull/662
* Source refactor and bug fixes by @forgedhallpass in https://github.com/projectdiscovery/subfinder/pull/588

Issues closed in the release - https://github.com/projectdiscovery/subfinder/milestone/3?closed=1

## New Contributors
* @alt-glitch made their first contribution in https://github.com/projectdiscovery/subfinder/pull/591
* @zer0yu made their first contribution in https://github.com/projectdiscovery/subfinder/pull/424
* @noah-de made their first contribution in https://github.com/projectdiscovery/subfinder/pull/634
* @dogancanbakir made their first contribution in https://github.com/projectdiscovery/subfinder/pull/648

**Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.5.3...v2.5.4