Skip to content

NikxDa/doug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doug - A DiG clone

Introduction

Doug (damn opinionated universal groper) is a DNS querying tool that I am building for educational purposes. It's output is much nicer and more readable than that of DiG, and it has an interactive mode when you do not supply any arguments. It is a WiP, so this page is subject to change.

Features

  • Interactive Mode
  • Beautiful Output
  • Basic Records like A, MX, ...
  • Full DNS Spec Support
  • EDNS Support

Installation

Clone this repository and run cargo build --release. You can then find the binary file in target/release/. Move that to your PATH, and you're good to go!

Usage

doug [domain] [@nameserver] [type]

Example

doug nikx.io A @8.8.8.8

doug output

About

An Interactive DiG Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages