https://github.com/gagliardetto/go-dns-trees
A Tool for DNS Delegation Trust Graphing
https://github.com/gagliardetto/go-dns-trees
Last synced: 8 months ago
JSON representation
A Tool for DNS Delegation Trust Graphing
- Host: GitHub
- URL: https://github.com/gagliardetto/go-dns-trees
- Owner: gagliardetto
- License: mit
- Created: 2019-05-20T21:15:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T19:22:34.000Z (over 3 years ago)
- Last Synced: 2025-01-31T14:15:12.754Z (8 months ago)
- Language: Go
- Homepage:
- Size: 288 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-dns-trees
DNS trust trees graph generator, written in Go. Inspired by https://github.com/mandatoryprogrammer/TrustTrees
### Install
You need to have GraphViz's dot installed on your machine, and available as `dot`.
See https://graphviz.org/download for more info.
### Example usage
```bash
go build -o dns-trees
./dns-trees example.com
```#### Example successful

#### Example with errors
