Monday, June 5, 2017

DNS tool: dt

10:34 AM Leave a Reply
DNS tool: dt

Features

common records scanning (use -scan)
validate DNSSEC chain (use -debug to see more info)
change query speed for scanning (default 10 queries per second)
diagnostic of your domain (similar to intodns.com, dnsspy.io)




Installing

Go 1.6.3+ is required. Make sure you have Go properly installed, including setting up your [GOPATH]
(https://golang.org/doc/code.html#GOPATH)

cd $GOPATH
go get github.com/42wim/dt
You should now have dt binary in the bin directory:

$ ls bin/
dt


Usage

Usage:
        dt [FLAGS] domain

Example:
        dt icann.org
        dt -debug ripe.net
        dt -debug -scan yourdomain.com

Flags:
  -debug
        enable debug
  -qps int
        Queries per seconds (per nameserver) (default 10)
  -scan
        scan domain for common records

Download