{"id":13840735,"url":"https://github.com/netevert/delator","last_synced_at":"2025-08-03T10:06:06.615Z","repository":{"id":57514297,"uuid":"127577923","full_name":"netevert/delator","owner":"netevert","description":"Golang-based subdomain miner leveraging certificate transparency logs","archived":false,"fork":false,"pushed_at":"2023-08-08T06:38:14.000Z","size":11219,"stargazers_count":77,"open_issues_count":1,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-11T01:42:02.113Z","etag":null,"topics":["certificate-transparency-abuse","certificate-transparency-logs","go","golang","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","subdomain-scanner","subdomainlist","subdomains","threat-intelligence","threatintel"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netevert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-03-31T22:58:29.000Z","updated_at":"2024-06-27T02:13:57.000Z","dependencies_parsed_at":"2024-04-18T23:35:07.190Z","dependency_job_id":null,"html_url":"https://github.com/netevert/delator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/netevert/delator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netevert%2Fdelator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netevert%2Fdelator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netevert%2Fdelator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netevert%2Fdelator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netevert","download_url":"https://codeload.github.com/netevert/delator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netevert%2Fdelator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268525086,"owners_count":24264098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["certificate-transparency-abuse","certificate-transparency-logs","go","golang","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","subdomain-scanner","subdomainlist","subdomains","threat-intelligence","threatintel"],"created_at":"2024-08-04T17:00:54.672Z","updated_at":"2025-08-03T10:06:06.581Z","avatar_url":"https://github.com/netevert.png","language":"Go","funding_links":[],"categories":["Go","Go (531)"],"sub_categories":[],"readme":"![Icon](https://github.com/netevert/delator/blob/master/docs/icon.png)\n=======\n[![baby-gopher](https://raw.githubusercontent.com/drnic/babygopher-site/gh-pages/images/babygopher-logo-small.png)](http://www.babygopher.org)\n[![GitHub release](https://img.shields.io/github/release/netevert/delator.svg?style=flat-square)](https://github.com/netevert/delator/releases)\n[![license](https://img.shields.io/github/license/netevert/delator.svg?style=flat-square)](https://github.com/netevert/delator/blob/master/LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/netevert/delator?style=flat-square)](https://goreportcard.com/report/github.com/netevert/delator)\n\nDELATOR (*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](https://github.com/UnaPibaGeek) with her [CTFR](https://github.com/UnaPibaGeek/ctfr) tool and leverages the speed and power of [Go](https://golang.org/).\n\n![demo](https://github.com/netevert/delator/blob/master/docs/demo.gif)\n\nUsing DELATOR is as simple as running:\n\n    ./delator -d facebook.com -s crt\n\nTo run DELATOR a domain (_-d_) and search source (_-s_) must always be specified.\n\nDELATOR can also be instructed to resolve any subdomains found, giving a first indication of any live sites:\n\n    ./delator -d facebook.com -s crt -a\n\nDELATOR can also mine subdomains directly from CT logs for storage in a local database:\n\n    ./delator -p\n\nOnce 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_\":\n\n    ./delator.exe -d starbucks.com -s db\n\nInstallation\n============\nThere are two ways to install DELATOR on your system:\n\n1. Downloading the pre-compiled binaries for your platform from the [latest release page](https://github.com/netevert/delator/releases) and extracting in a directory of your choosing.\n\n2. Downloading and compiling the source code yourself by running the following commands:\n\n    - ```go get github.com/netevert/delator```\n    - `cd /$GOPATH/src/github.com/netevert/delator`\n    - `go build`\n\nLicense\n=======\n\nDistributed under the terms of the [MIT](http://www.linfo.org/mitlicense.html) license, DELATOR is free and open\nsource software written and maintained with ❤ by NetEvert.\n\nVersioning\n==========\n\nThis project adheres to [Semantic Versioning](https://semver.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetevert%2Fdelator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetevert%2Fdelator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetevert%2Fdelator/lists"}