-
Notifications
You must be signed in to change notification settings - Fork 0
small tool that prints a list of alt domains included in a website's TLS cert
License
e-zk/certspy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
__ __ __ ____ __ __ . .
/ /_ /_/ / /__ /_/ \/
/__ /_ / \ / __/ / /
certspy
=======
small tool that lists alt names included in a domain's certificate.
for OSINT collection or subdomain enumeration.
usage
-----
certspy [-r] domain
where:
-r follow http redirect
example:
$ certspy bsd.lv
bsd.lv
cvsweb.bsd.lv
kristaps.bsd.lv
learnbchs.org
man.bsd.lv
mandoc.bsd.lv
manpages.bsd.lv
mdocml.bsd.lv
www.bsd.lv
www.learnbchs.org
install
-------
make sure $GOBIN is in your $PATH and run:
$ go install go.zakaria.org/certspy@latest
to build from source run `make`.
About
small tool that prints a list of alt domains included in a website's TLS cert