这是indexloc提供的服务,不要输入任何密码
Skip to content

Return enumerated subdomain results in realtime #1653

@dogancanbakir

Description

@dogancanbakir

Discussed in #1649

Originally posted by mukesh-dream11 September 22, 2025

Please describe your feature request:

Subfinder can be used as a golang library as per the example here. Currently, it performs enumeration against the given target and returns all the results after it is done. It would be nice to have the results written to a channel in realtime, allowing client libraries to receive subdomains as they are discovered.

Describe the use case of this feature:

I'm writing a tool that integrates multiple tools in a recursive fashion, and the sooner I can stream outputs to other downstream tools, the faster my whole pipeline becomes. I currently use naabu for port scanning and naabu had an option to consume results as soon as they are available, by providing an OnReceive callback. I would love for subfinder to provide the same.

Metadata

Metadata

Assignees

Labels

Type: EnhancementMost issues will probably ask for additions or changes.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions