elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.81k stars 764 forks source link

check from file #81

Closed ramocha closed 5 years ago

ramocha commented 5 years ago

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 commented 5 years ago

How about this?

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

ramocha commented 5 years ago

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 commented 5 years ago

This will make single output file.