MCPcopy Index your code
hub / github.com/edoardogerosa/delator

github.com/edoardogerosa/delator @v1.2.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.4 ↗ · + Follow
40 symbols 93 edges 1 files 36 documented · 90%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Icon

baby-gopher GitHub release license Go Report Card Maintenance GitHub last commit

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

demo

Using DELATOR is as simple as running:

./delator -d facebook.com -s crt

To run DELATOR a domain (-d) and search source (-s) must always be specified.

DELATOR can also be instructed to resolve any subdomains found, giving a first indication of any live sites:

./delator -d facebook.com -s crt -a

DELATOR can also mine subdomains directly from CT logs for storage in a local database:

./delator -p

Once subdomains have been pulled from CT logs, queries can be made directly to the local database just by changing the search source from "crt" to "db":

./delator.exe -d starbucks.com -s db

Installation

There are two ways to install DELATOR on your system:

  1. Downloading the pre-compiled binaries for your platform from the latest release page and extracting in a directory of your choosing.

  2. 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 make sure you check back frequently for new releases. If you like the tool please consider contributing.

Core symbols most depended-on inside this repo

printError
called by 7
delator.go
grabCTLog
called by 3
delator.go
printData
called by 2
delator.go
printResults
called by 2
delator.go
sanitizedInput
called by 2
delator.go
dumpData
called by 2
delator.go
grabKnownLogs
called by 2
delator.go
storeKnownLogs
called by 2
delator.go

Shape

Function 33
Method 3
Struct 3
TypeAlias 1

Languages

Go100%

Modules by API surface

delator.go40 symbols

For agents

$ claude mcp add delator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact