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

check from file #81

Closed
ramocha opened this issue Jun 27, 2019 · 3 comments
Closed

check from file #81

ramocha opened this issue Jun 27, 2019 · 3 comments

Comments

@ramocha
Copy link

ramocha commented Jun 27, 2019

Hi, thanks for the tool

i would like ask if you can add the option for run the check from a file... in that way i can add some domains in one big check for domains and only one output.

regards

@elceef
Copy link
Owner

elceef commented Jun 28, 2019

How about this?

for d in $(cat DOMAIN_LIST.txt); do ./dnstwist.py -f csv $d >> output.csv

@ramocha
Copy link
Author

ramocha commented Jun 28, 2019

hi
i don't understand if this make one output for each domain or only one output.
anyway i think this will be ok

@elceef
Copy link
Owner

elceef commented Jul 6, 2019

This will make single output file.

@elceef elceef closed this as completed Jul 6, 2019
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

2 participants