blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.1k stars 459 forks source link

Feature request: time left #2

Closed avlidienbrunn closed 8 years ago

avlidienbrunn commented 8 years ago

Would be nice to have an estimated time left (should be fairly easy since average/second and total is already tracked).

blechschmidt commented 8 years ago

Thank you for the suggestion. It has been implemented by 7c9439a8119af4ba1df379a4a6ed19f722672484. However, you are required to manually specify the --progress option as it requires pre-counting the elements within the domain list (which may take some time if you are e.g. huge lists of domains).