Releases: projectdiscovery/subfinder
v2.6.2
What's Changed
🎉 New Features
- Added Facebook certificate transparency logs as new source by @tarunKoyalwar in #912
subfinder -d hackerone.com -s facebook
- Added rate limit per source support by @dogancanbakir in #891
subfinder -d hackerone.com -rls "crtsh=10/s,shodan=1/s"
🐞 Bug Fixes
- Fixed issue with censys source by using v2 api by @dogancanbakir in #929
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
🐞 Bug Fixes
- Fixed panic issue with digitorus source by @dogancanbakir in #882
- Fixed issue parsing result from securitytrails by @ehsandeep in #902
🔨 Maintenance
- Removed additional
-U
ofapk
in Dockerfile by @PeterDaveHello in #886
New Contributors
- @PeterDaveHello made their first contribution in #886
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Added
netlas.io
as new source by @Devang-Solanki in #829 - Added support to use provider config file when using as library by @nth347 in #864
- Added support to read API keys as env variable in the provider config file by @tarunKoyalwar in #868
netlas:
- $NETLAS_API_KEY
Issues closed in this release - https://github.com/projectdiscovery/subfinder/milestone/8?closed=1
New Contributors
- @nth347 made their first contribution in #864
- @tarunKoyalwar made their first contribution in #868
- @Devang-Solanki made their first contribution in #829
Full Changelog: v2.5.9...v2.6.0
v2.5.9
What's Changed
- Added support to extract additional subdomains from digitorus source by @dogancanbakir in #845
- Added tests for sources require an api key by @dogancanbakir in #852
- Fixed issue with the close method for session by @ShubhamRasal in #846
- Fixed issue with case insensitive subdomain result by @ShubhamRasal in #837
- Fixed issue with securitytrails api by @n0kovo in #849
Issues closed in this release - https://github.com/projectdiscovery/subfinder/milestone/7
New Contributors
Full Changelog: v2.5.8...v2.5.9
v2.5.8
What's Changed
- Added leakix api as new source support (#743) by @gboddin in #793
- Fixed 360quake api to specify include field by @chushuai in #815
- Updated code to get domain result with
onresultcallback
by @dogancanbakir in #800 - Updated hackertarget source url by @ehsandeep in #823
Issues closed in release - https://github.com/projectdiscovery/subfinder/milestone/6?closed=1
Deps update
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #794
- chore(deps): bump github.com/projectdiscovery/chaos-client from 0.5.0 to 0.5.1 in /v2 by @dependabot in #797
- chore(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in #801
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.16 to 0.0.19 in /v2 by @dependabot in #802
- chore(deps): bump golang from 1.20.1-alpine to 1.20.3-alpine by @dependabot in #803
- chore(deps): bump github.com/rs/xid from 1.4.0 to 1.5.0 in /v2 by @dependabot in #804
- chore(deps): bump github.com/lib/pq from 1.10.7 to 1.10.8 in /v2 by @dependabot in #808
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.19 to 0.0.24 in /v2 by @dependabot in #810
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.24 to 0.0.25 in /v2 by @dependabot in #818
- chore(deps): bump github.com/lib/pq from 1.10.8 to 1.10.9 in /v2 by @dependabot in #821
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.25 to 0.0.26 in /v2 by @dependabot in #826
- chore(deps): bump github.com/projectdiscovery/dnsx from 1.1.3 to 1.1.4 in /v2 by @dependabot in #825
New Contributors
Full Changelog: v2.5.7...v2.5.8
v2.5.7
What's Changed
- Fixed Docker file to avoid version mismatch by @olearycrew in #771
- Added self update option (
-update
) + version check by @RamanaReddy0M in #780
New Contributors
- @olearycrew made their first contribution in #771
Full Changelog: v2.5.6...v2.5.7
v2.5.6
What's Changed
New Features
- Added digitorus support as new source by @vzamanillo in #696
Bug Fixes
- Fixed outdated deps by @RamanaReddy0M in #762
- Fixed failing cases by @ShubhamRasal in #720
Improvements
- Improved crtsh SQL query by @vzamanillo in #700
- Improved scan statistics by @owenrumney in #727
- Improved
ctx
param in agent enumerate method by @EndPositive in #756
Issues closed in release - https://github.com/projectdiscovery/subfinder/milestone/5?closed=1
New Contributors
- @owenrumney made their first contribution in #727
- @RamanaReddy0M made their first contribution in #762
- @EndPositive made their first contribution in #756
Full Changelog: v2.5.5...v2.5.6
v2.5.5
What's Changed
- Added hunter source by @Mzack9999 in #680
- Added recon.cloud source by @Mzack9999 in #679
- Added the library usage example by @forgedhallpass in #693
- Added callback function by @ShubhamRasal in #699
- Added dynamic year ranges for commoncrawl by @vzamanillo in #687
- Fixed crtsh email values by @vzamanillo in #676
- Fixed source tests, added crtsh with recursion by @vzamanillo in #702
- Fixed Segfault crash by @r0nk in #672
- Removed sonar source by @vzamanillo in #701
New Contributors
- @r0nk made their first contribution in #672
- @ShubhamRasal made their first contribution in #699
Full Changelog: v2.5.4...v2.5.5
v2.5.4
What's Changed
- Added subdomain match/filter support by @LuitelSamikshya in #582
- Added new sources:
- dnsrepo source by @LuitelSamikshya in #501
- bevigil by @alt-glitch in #591
- quake source by @zer0yu in #424
- Removed unmaintained / unavailable sources:
- sublist3r by @LuitelSamikshya in #586
- archiveis by @forgedhallpass in #655
- threatcrowd by @forgedhallpass in #656
- Added integration test for -
- alienvault by @dogancanbakir in #648
- hackertarget by @dogancanbakir in #644
- sources that do not require API key by @dogancanbakir in #651
- Fixed newline bug with crtsh sources by @vzamanillo in #662
- Source refactor and bug fixes by @forgedhallpass in #588
Issues closed in the release - https://github.com/projectdiscovery/subfinder/milestone/3?closed=1
New Contributors
- @alt-glitch made their first contribution in #591
- @zer0yu made their first contribution in #424
- @noah-de made their first contribution in #634
- @dogancanbakir made their first contribution in #648
Full Changelog: v2.5.3...v2.5.4
v2.5.3
What's Changed
- Added WhoisXML API support by @VortixDev in #583
- Removed bufferover API by @daffainfo in #579
- Updated goflags to latest version by @Mzack9999 in #573
New Contributors
- @daffainfo made their first contribution in #579
- @JosephGregg made their first contribution in #578
- @VortixDev made their first contribution in #583
Full Changelog: v2.5.2...v2.5.3