Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support stdin and stdout #41

Open
taythebot opened this issue Oct 27, 2021 · 0 comments
Open

Support stdin and stdout #41

taythebot opened this issue Oct 27, 2021 · 0 comments

Comments

@taythebot
Copy link

taythebot commented Oct 27, 2021

We're trying to chain multiple tools together: subfinder, altdns, and massdns like below. However I can't seem to get altdns to accept input from stdin and output to stdout.

It would be great if altdns supported this. With a big wordlist and couple hundred domains, the output generated by altdns for us was more than 45GB. It's not feasible for us to store this, since we're automating this process with containers. It would also make using altdns with other tools much easier!

Wanted Command:

subfinder -d <target> | altdns -w all.txt | massdns -r resolvers.txt -o J -q 
@taythebot taythebot changed the title Support with stdin and stdout Support stdin and stdout Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant