vhost_buster: find the hidden Vhosts defined at the server
vhost_buster
A simple tool by securitydiots with the power of “Go” to find the hidden Vhosts defined at the server. Many times there are hidden virtual hosts defined at server-side, without a DNS entry. Such hosts could not be directly found because our machine will query the DNS server to resolve the host to an IP since the DNS record is not there, it will fail.
Using this tool we can resolve our host to a particular server IP.
Why
- There is no other good option to quickly look for virtual hosts.
- I decided to check out Golang and do a practice project.
- The community has taught me a lot, I thought maybe I can do some good for others.
Use
Download
Author: @securityidiots