

DELATOR (lat. informer) is a tool to perform subdomain enumeration and initial reconnaissance through the abusing of certificate transparency logs. It expands on the original work done by Sheila A. Berta with her CTFR tool and leverages the speed and power of Go.

Using DELATOR is as simple as running:
./delator -d facebook.com
Installation
There are two ways to install dnsmorph on your system:
-
Downloading the pre-compiled binaries for your platform from the latest release page and extracting in a directory of your choosing.
-
Downloading and compiling the source code yourself by running the following commands:
go get github.com/netevert/delator
cd /$GOPATH/src/github.com/netevert/delator
go build
License
Distributed under the terms of the MIT license, DELATOR is free and open
source software written and maintained with ❤ by NetEvert.
Versioning
This project adheres to Semantic Versioning.
Like it?
DELATOR is under active development so do make sure you check back frequently for new releases. However if you like the tool please consider contributing.