Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 609 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 609 Bytes

dnspyro 🎆🎇

Simple DNS analysis tool for the CLI, written entirely in the Go stdlib. Can resolve all major DNS record types and also resolves hostnames for IP adresses directly from the RIPE API.

image

Usage

dnspyro <domain> -txt

All you have to supply is a domain name. Resolving TXT records can optionally be enabled by including the --txt or -txt flag.

To build the project yourself, with the Go toolchain installed: go build cmd/dnspyro/main.go