Return enumerated subdomain results in realtime #1649
Closed
mukesh-dream11
started this conversation in
General
Replies: 2 comments 4 replies
-
|
Have you tried |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Tracked at #1653 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
OnReceivecallback. I would love for subfinder to provide the same.Beta Was this translation helpful? Give feedback.
All reactions