Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 501 Bytes

PyDnsViz

CLI tool to visualize DNS records in a graph to show dependencies

example.com

Usage

To generate the previous graph, run the following command:

pydnsviz --zone-file site1.example.com --zone-file-path ./data/zones/db.site1.example.com --zone-file example.com --zone-file-path ./data/zones/db.example.com

Installation

#Install from pip
sudo pip3 install pydnsviz
#Install from sources
sudo ./setup.py install