From 1fe1a60ae3857abffc851898a9b3d9fdc0af792c Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Wed, 5 Feb 2014 00:36:33 -0500 Subject: [PATCH] Added dnswalk --- tools/dnswalk.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/dnswalk.md diff --git a/tools/dnswalk.md b/tools/dnswalk.md new file mode 100644 index 0000000..cdfbd77 --- /dev/null +++ b/tools/dnswalk.md @@ -0,0 +1,26 @@ +# dnswalk + +Notes +------- + +Help Text +------- +``` +Usage: dnswalk [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...] + +The following single-character options are accepted: + With arguments: -D + Boolean (without arguments): -r -f -i -a -d -m -F -l + +Options may be merged together. -- stops processing of options. +Space is not required between options and their arguments. + +Usage: dnswalk domain +domain MUST end with a '.' +``` + +Example Usage +------- + +Links +-------