domained icon indicating copy to clipboard operation
domained copied to clipboard

adding feature: input a txt file with domains list

Open wmmw123 opened this issue 6 years ago • 2 comments

Hi,

Can the feature to use a txt file with list of domains be added?

This would allow to input a list of domains and the output would list all the sub-domains of the domains listed in the txt file.

Would be faster than doing it one domain at the time.

Regards

wmmw123 avatar Dec 30 '18 13:12 wmmw123

Thanks @wmmw123! I will work on getting that feature implemented.

cak avatar Jan 19 '19 10:01 cak

Hi,

Can the feature to use a txt file with list of domains be added?

This would allow to input a list of domains and the output would list all the sub-domains of the domains listed in the txt file.

Would be faster than doing it one domain at the time.

Regards

This can be achieved using a simple bash command/script to read domains off the file and pass it to the tool.

sumgr0 avatar Mar 23 '19 04:03 sumgr0