Releases: projectdiscovery/subfinder
Releases ยท projectdiscovery/subfinder
v2.6.7
What's Changed
๐ New Sources
- Added subdomaincenter integration by @dogancanbakir in #1315
Other Changes
- Improved rapiddns integration by @dogancanbakir in #1332
- Improved Netlas integration to use download API by @ilya3254 in #1301
- Added support to add comments in input file by @dogancanbakir in #1346
- Added
GetStatistics
function by @meme-lord in #1238 - Fixed close resp body by @testwill in #1239
- Fixed negative stats by @dogancanbakir in #1367
- Fixed nil deref in source init by @dogancanbakir in #1391
- Fixed incorrect subdomains concatenate (shodan) by @dwisiswant0 in #1392
New Contributors
- @rustfix made their first contribution in #1221
- @meme-lord made their first contribution in #1238
- @testwill made their first contribution in #1239
- @yourpwnguy made their first contribution in #1288
- @ilya3254 made their first contribution in #1301
- @RedYetiDev made their first contribution in #1214
- @SharokhAtaie made their first contribution in #1339
- @dwisiswant0 made their first contribution in #1392
Full Changelog: v2.6.6...v2.6.7
v2.6.6
What's Changed
Other Changes
- Added context to crtsh database query by @UFeindschiff in #1190
- Fixed SDK log config issue by @dogancanbakir in #1200
- Fixed issue of url scheme being added in output by @dogancanbakir in #1166
- Fixed issue with pagination by @dogancanbakir in #1177
- Fixed flaky tests by @dogancanbakir in #1202
- Updated go version in Dockerfile by @tarunKoyalwar in #1159
- Updated log level by @dogancanbakir in #1167
- Updated alpine to 3.18.6 for security fixes by @alizademhdi in #1192
- Removed
time.sleep
from sources by @dogancanbakir in #1175
New Contributors
- @alizademhdi made their first contribution in #1192
- @UFeindschiff made their first contribution in #1190
Full Changelog: v2.6.5...v2.6.6
v2.6.5
What's Changed
Other Changes
- Fixed stats with facebook source by @dogancanbakir in #1128
- Fixed nil pointer panic with securitytrails source by @dogancanbakir in #1140
Full Changelog: v2.6.4...v2.6.5
v2.6.4
What's Changed
- Added pagination support to SecurityTrails source by @dogancanbakir in #1105
- Added extended limit for crtsh source with
-all
option is used by @dogancanbakir in #1123 - Fixed build failure on
termux/android
by @RamanaReddy0M in #1053 - Fixed VirusTotal pagination issue by @dogancanbakir in #1110
- Fixed BinaryEdge pagination issue by @dogancanbakir in #1109
- Fixed issue with case-sensitive domain input with
-dL
option by @dogancanbakir in #1072 - Improved DNSDB source to use v2 api with offset by @kelvinatorr in #1006
- Improved config file path creation by OS by @dogancanbakir in #1013
- Improved 360Quake subdomain query by @chushuai in #1031
- Improved subdomain handling from fofa source by @ZuoJunhao in #1047
- Disabled riddler source by @dogancanbakir in #1111
New Contributors
- @kelvinatorr made their first contribution in #1006
- @ZuoJunhao made their first contribution in #1047
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
๐ New Features
- Added RedHuntLabs as a source by @umair-rhl in #978
- Added Builtwith as a source by @dogancanbakir in #960
๐ Bug Fixes
- Fixed pagination issue in facebook source by @tarunKoyalwar in #944
- Fixed filtering active subdomains when using as lib by @RamanaReddy0M in #977
- Fixed selfupdate option for android by @dogancanbakir in #985
๐จ Maintenance
- Cleanup migration code by @dogancanbakir in #941
- Use
-short
mode for excluding long running tests by @dogancanbakir in #948
Other Changes
- Added warning for passivetotal source by @dogancanbakir in #942
- Removed zoomeye legacy support by @dogancanbakir in #943
- Updated to v3 API for virustotal source by @dogancanbakir in #962
Issues closed in this release - https://github.com/projectdiscovery/subfinder/milestone/11?closed=1
New Contributors
- @umair-rhl made their first contribution in #978
Full Changelog: v2.6.2...v2.6.3
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