← 返回命令列表

Linux command

subfinder 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Find subdomains

subfinder -d [example.com]

Output to file

subfinder -d [example.com] -o [subdomains.txt]

Use all sources

subfinder -d [example.com] -all

Show only active hosts

subfinder -d [example.com] -active

Silent mode

subfinder -d [example.com] -silent

Multiple domains

subfinder -dL [domains.txt]

说明

subfinder is a subdomain discovery tool that uses passive sources to find subdomains of a target domain. It queries certificate transparency logs, DNS datasets, and various APIs. The tool is designed for authorized security assessments and bug bounty hunting.

参数

-d _domain_
Target domain.
-dL _file_
List of domains.
-o _file_
Output file.
-oJ
JSON output.
-all
Use all sources.
-active
Verify active subdomains.
-silent
Output subdomains only.
-v
Verbose output.
-t _n_
Threads.
-timeout _n_
Timeout in seconds.
-rl _n_
Rate limit.

FAQ

What is the subfinder command used for?

subfinder is a subdomain discovery tool that uses passive sources to find subdomains of a target domain. It queries certificate transparency logs, DNS datasets, and various APIs. The tool is designed for authorized security assessments and bug bounty hunting.

How do I run a basic subfinder example?

Run `subfinder -d [example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d _domain_ do in subfinder?

Target domain.