Added dnswalk

This commit is contained in:
Giga1699 2014-02-05 00:36:33 -05:00
parent 7c069fcafd
commit 1fe1a60ae3

26
tools/dnswalk.md Normal file
View File

@ -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
-------