Skip to content

Releases: Privex/scandomain

Initial release

01 Jan 15:59
Compare
Choose a tag to compare

Initial release

Includes functionality:

  • Can query multiple records at once
  • Can query multiple domains at once
  • Can query multiple records across multiple domains
  • Built-in help via --help / -h
  • Can choose which record types to fetch
  • Can display the records in 3 different formats (normal, compact -c / --compact , and flat -f / --flat )
  • Can pass a nameserver just like you would with normal dig with @1.1.1.1
  • Can pass dig flags such as +dnssec or +trace
  • Quiet mode -q
  • Colourful output to make it easy to read

Simply download the shellscript and run it :)

You may need to install dig from the package bind-tools or dnstools using whatever package manager your OS uses.

If you're on a BSD / UNIX system you may need to install bash as BSD's don't tend to ship with Bash pre-installed.