#1947·subfinder

[Issue] Display bug with the -t 10 option

Author: Bundy01Created Sep 19, 2026Updated Sep 19, 2026

Describe the bug

  • The time shown on the VirusTotal source is now incorrect.
  • There is also this display error:
bash
[INF] Enumerating subdomains for meta.com
[INF] Found 48 subdomains for facebookmail.com in 7 minutes 2 seconds
[INF] Printing source statistics for facebookmail.com

I’m not sure if this is intentional, but when running the command, this is what is displayed for the -t 10 option:

bash
[INF] Enumerating subdomains for oculusvr.com
[INF] Enumerating subdomains for atmeta.com
[INF] Enumerating subdomains for cdninstagram.com
[INF] Enumerating subdomains for whatsapp.net
[INF] Enumerating subdomains for fbcdn.net
[INF] Enumerating subdomains for internalfb.com
[INF] Enumerating subdomains for oculus.de
[INF] Enumerating subdomains for instagram.com
[INF] Enumerating subdomains for facebook.com
[INF] Enumerating subdomains for fb.com

It’s not in the order of FILE; instead, [INF] goes through domain by domain with the error mentioned above.

If this is intentional, once the first ten domains have been resolved, shouldn’t it then continue with the list in batches of ten?

Subfinder version Build from dev (#1838)

Complete command you used to reproduce this subfinder -nW -mr 560 -dL FILE

Screenshots cat FILE|head -10

bash
internalfb.com
facebook.com
fb.com
atmeta.com
whatsapp.net
cdninstagram.com
fbcdn.net
instagram.com
oculusvr.com
oculus.de

Conf subfinder file:

yaml
sources: [anubis,chaos,dnsdumpster,crtname,hackertarget,hudsonrock,leakix,rapiddns,scanmalware,securitytrails,submd,thc,urlscan,virustotal]
t: 10
r: [1.0.0.1,149.112.112.10,80.67.169.12]
stats: true
timeout: 30
max-time: 65

Source: projectdiscovery/subfinder