a very fast dns resolver
cargo install --path .cat subs.txt | dnsresolverIf you need to resolve hosts with any ports, you can use the --ports flag.
cat subs.txt | dnsresolver -p 8080,8081If you wish to discover all the virtual hosts from a given domain list, you can use the --vhost flag followed by the --vhost-file flag.
This will attempt to access restricted pages by replace the host header with an unresolved domain from your domain list, the sift algorithm is implemented
to make sure the virtual host response is different to the actual response.
make sure to increase the soft limit using ulimit -n 10000 so we can handle more open files.
cat subs.txt | dnsresolver --vhost --vhost-file domains.txtIf you have any feedback, please reach out to us at krypt0mux@gmail.com