a very fast dns resolver
cargo install --path .cat subs.txt | dnsresolverIf you need to resolve hosts with ports other than the standard 80 and 443, you can use the --ports flag.
cat subs.txt | dnsresolver -p 8080,8081If you wish to discover all the virtual hosts from a given subdomain list, you can use the --vhost flag.
make sure to increase the soft limit using ulimit -n 10000 so we can handle more open files.
cat subs.txt | dnsresolver --vhostIf you have any feedback, please reach out to us at krypt0mux@gmail.com