dns2dot Turn a list of zones, hostnames or ips into a set of graphs, (with image gallery)
The Source:
dns2dot/dist/latest.tar.gz
Description:
Take a list of hosts, say 'www.google.com google.com ' , and feed them into the dn2dot, it'll kinda poll around the DNS space and atmept to figure out the local dns zones in question.
( echo www.google.com ; echo google.com ) | ./dns2dot > google.dot
Gallery. Warning: Some of the images in the gallery are rather large and may not display on your browser. For these I use the Macos X preview application.
How to read the map
Usage
This works for me.
build a file with a few zones / ips in it.
cat filename | ./dns2dot > filename.dot
open filename.dot
Or open the dot file however you wish.
Things that need doing
- reverse maps for CIDR based things.
- Spell checking.
- Graph gallery, you could send me data or pictures you know...
People who get thanked
Installing:
- Untar the tarball
- Use your version of perl not mine.
- read the script, it has embedded config knobs, they should be arguments...
- send me gulfie@grotto-group.com bug reports if anything goes wrong, or something could go better.
Requisites
- Graphviz : a relatively neat graphing (as in nodes and arcs, not pies and bars), package original from ATT research... they are so cool, someday I hope to be that cool.