subfinder

Fast passive subdomain enumeration tool.

MIT License

Downloads
203
Stars
9.3K
Committers
102

Bot releases are hidden (Show)

subfinder - v2.4.6

Published by Mzack9999 over 3 years ago

Changelog

b3c582d Fixed invalid memory address bug in sitedossier module by @vzamanillo
f346a3a Fixed a bug in the shodan module to display all results by @thezoomerr
63f39b6 Fixed a bug in result output with passivetotal module.
615d480 Fixed a bug in wildcard check by @xuchaoa
bd59f6c Added multiple source print support in results by @tracertea
c1773cd Added Sonarsearch module by @wavvs
6bacefe Added dependency bot
847e188 Added dnsx support for DNS resolution
b92776d Removed deprecated modules certspotterold,cebaidu,ipv4info,ximcx
f515b5a Removed upload support to chaos dataset.

subfinder - v2.4.5

Published by ehsandeep about 4 years ago

Changelog

  • 3883cf0 Added Riddler source by @vzamanillo
  • 8b83c05 Added ThreatBook source by @vzamanillo
  • fdd6235 Added Cebaidu source by @vzamanillo
  • 0518d13 Added Robtex source by @vzamanillo
  • 3822412 Added Ximcx source by @vzamanillo
  • c19c46c Added Anubis source by @vzamanillo
  • dcc62d0 Added fdmax for auto handling of file descriptors by @vzamanillo
  • e15deef Fixed a bug when no resolvers defined in the config file by @vzamanillo
  • acd9e1a Fixed a bug with list source count by @vzamanillo
subfinder - v2.4.4

Published by ehsandeep about 4 years ago

Changelog

  • b2bec4d Added enterprise API support for binaryedge with max pagesize increase by @tracertea
  • 84663dd Added recon.dev API key support by @sepehrdaddev
  • b03f093 Added Connection: close request header for multiple sources by @vzamanillo
  • 1cac2e8 Fixed a bug with Github source and all flag by @vzamanillo
subfinder - v2.4.3

Published by ehsandeep about 4 years ago

eea72d3 Added Source information in JSON output by @vzamanillo

subfinder - v2.4.2

Published by ehsandeep about 4 years ago

Changelog

eea72d3 Added Source information in JSON output by @vzamanillo

subfinder - v2.4.1

Published by ehsandeep about 4 years ago

Changelog

016b69a Fixed GitHub search query term + sort results by @vzamanillo

subfinder - v2.4.0

Published by ehsandeep about 4 years ago

Changelog

45b0439 Added Chaos dataset as a new source
5732180 Added recon.dev as a new source by @sepehrdaddev
750c3e6 Added recursive flag for recursive subdomain enumeration
4cf78f2 Updated shodan API endpoint to get more results by @vzamanillo
e828cee Memory improvement for sources @vzamanillo
750c3e6 Updated default sources to run.

subfinder - v2.3.8

Published by ehsandeep about 4 years ago

Changelog

066aaed Updated spyse source API v3 (v2 not working) by @thezoomer
6941175 improved HTTP error handling by @vzamanillo
41b0f93 Added missing github source from default sources @vzamanillo
7841621 Removed digicert (not working) source by @vzamanillo
1bbd4d3 Identify and print which sources need an API key/token when subfinder -ls is used by @vzamanillo
cfd9696 Fixed an issue with dnsdb source by @vzamanillo
fe4e0ab Added flag to list all available sources with -ls flag by @vzamanillo

subfinder - v2.3.7

Published by ehsandeep over 4 years ago

Changelog

0cfb970 Round-robin token management for distributed GitHub token use by @vzamanillo
d8ef589 Fixed encoded characters in the subdomain results by @vzamanillo

subfinder - v2.3.6

Published by ehsandeep over 4 years ago

Changelog

b9ce804 Fixed an issue with release binary.
c1c8723 Added GitHub search source #255 by @vzamanillo
f093922 Added the latest year in commoncrawl #254 by @himanshudas

subfinder - 2.3.5

Published by ehsandeep over 4 years ago

Changelog

fdb25a9 Added intelx source by @akhil-reni

subfinder - v2.3.4

Published by Mzack9999 over 4 years ago

  • Added Spyse source
  • Optional upload to chaos
  • Refactored rapiddns source
subfinder - v2.3.3

Published by Mzack9999 over 4 years ago

  • added rapiddns
  • added zoomeye
  • added dnsdb
  • added AlienVault OTX
  • added Sublist3r
subfinder - Added PSQL access to crtsh + minor bug fixes

Published by Ice3man543 over 4 years ago

  • Added psql based access to crtsh #224
  • Added time taken by each source to verbose flag #223
  • Fixed panic on encountering error in archiveis #221
subfinder - Minor Bug Fixes

Published by Ice3man543 over 4 years ago

Changes -

  1. Fixed a bug with output file being written with list by default in #215
  2. Fixed a bug with crtsh source in #215.
subfinder - Multiple bug fixes and various changes

Published by Ice3man543 almost 5 years ago

Changes -

  1. Fixed nW flag output writing issue in PR #210
  2. Fixed single file output when -o flag in PR #211
  3. Added version flag in PR #212
  4. Removed googleter source fixing hang in PR #213
  5. Added contexts per request in PR #213
subfinder - Fixed an issue with output

Published by Ice3man543 almost 5 years ago

subfinder - Fixed crash using invalid domains with certspotter

Published by Ice3man543 almost 5 years ago

  • Minor bug fix with certspotter source
subfinder - Performance Improvements + streaming output

Published by Ice3man543 almost 5 years ago

  • Made resolving truly optional
  • Added streaming results in case verbose mode is not used
  • Overall enhancements
subfinder - Minor fixes

Published by Ice3man543 almost 5 years ago

  • Fixed censys source printing issue #192
  • Github action workflow fixes