No Description

anadahz ca13769420 Initial commit dig-all 6 years ago
README.md ca13769420 Initial commit dig-all 6 years ago
dig-all ca13769420 Initial commit dig-all 6 years ago

README.md

dig-all

This script has been used to dig a domain/record to a file of DNS nameservers.

Usage

./dig-all <query-type> <query-record> <resolver-filename>

Example usage

Download the list of DNS nameservers (XX is the TLD of the country): wget https://public-dns.info//nameserver/XX.txt

dig ANY records for domain.tld using XX.txt as the DNS nameservers list: ./dig-all ANY domain.tld XX.txt