mzfr / takeover

A tool for testing subdomain takeover possibilities at a mass scale.
BSD 2-Clause "Simplified" License
45 stars 10 forks source link

Add support for directory #1

Closed mzfr closed 3 years ago

mzfr commented 3 years ago

It would be nice if we can add support for accepting a directory as input. That directory would contain different files containing subdomains.

The important thing to keep here in mind is the memory usage of the system. If someone provides a directory containing large amount of files instead of reading all the files at once we should read one file than perform check and then read another file and so on. This might prevent the high memory consumption

mzfr commented 3 years ago

Fixed with #4