delator v1.2.4 releases: subdomain miner leveraging certificate transparency logs
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.
Changelog v1.2.4
Fixed
- Fixed formatting output when looking up A records
- Improved parsing of crt.sh data
Removed
- Support for Mac and Linux versions
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
Use
Using DELATOR is as simple as running:
./delator -d facebook.com -s db
DELATOR can also be instructed to resolve any subdomains found, giving the first indication of any live sites:
./delator -d facebook.com -s net -a
Copyright (c) 2018 NetEvert
Source: https://github.com/netevert/