https://github.com/soerlemans/crtsh
A Go CLI program for making use of https://crt.sh.
https://github.com/soerlemans/crtsh
enumeration recon reconnaissance subdomain subdomain-enumeration subdomain-finder subdomain-scanner subdomains
Last synced: 2 months ago
JSON representation
A Go CLI program for making use of https://crt.sh.
- Host: GitHub
- URL: https://github.com/soerlemans/crtsh
- Owner: soerlemans
- License: mit
- Created: 2025-03-20T13:08:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T13:38:12.000Z (7 months ago)
- Last Synced: 2025-06-17T23:02:47.290Z (4 months ago)
- Topics: enumeration, recon, reconnaissance, subdomain, subdomain-enumeration, subdomain-finder, subdomain-scanner, subdomains
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
crtsh
=====
Go tool for getting subdomains from crt.sh.
This is a Golang port from a Python script at https://github.com/YashGoti/crtsh.
I wanted something that was a little easier to install and extend.
Since Go makes it very easy to install binaries without need for virtual env's this was a good use case for Golang.## Install
Just use `go install`.```shell
$ go install github.com/soerlemans/crtsh@latest
```