D3F4
>Loading command center_

Fast passive subdomain discovery tool using multiple public sources including APIs, certificate transparency logs, and DNS datasets.
Official docsDiscover subdomains for a target domain
subfinder -d target.comWrite discovered subdomains to an output file
subfinder -d target.com -o subdomains.txtOutput only subdomains, no banner or status
subfinder -d target.com -silentUse all available passive sources including paid APIs
subfinder -d target.com -allEnumerate subdomains for a list of domains from a file
subfinder -dL domains.txt -o all_subs.txtOutput results in JSON format for toolchain integration
subfinder -d target.com -oJ -o output.jsonUse specific DNS resolvers for resolution
subfinder -d target.com -r 8.8.8.8,1.1.1.1Show source attribution for each discovered subdomain
subfinder -d target.com -vDiscover subdomains and probe them for live HTTP services
subfinder -d target.com -silent | httpx -silent -title -status-codeSkip specific passive sources during enumeration
subfinder -d target.com -es crtsh,threatcrowdSet per-source timeout in seconds
subfinder -d target.com -timeout 30Control the number of concurrent sources queried
subfinder -d target.com -t 20