Hound aspires to be the only tool you need to get all the information for a website.
If Go is installed on the machinego install github.com/mrprofessor/hound@latest
Download the lastest release from the release page.
hound who -url github.com
Provides the basic whois data
hound ssl -url github.com
Provides the ssl certs data, such as expiration etc
hound dns-lookup -url github.com
Shows basic DNS records
- Fix SSL
- Add support for more dns records(CAA, SPF, etc.)
- Add support for more SRV server(Currently only support xmpp)
- Add a fast sub domain finder
- Tests maybe?