e-zk / certspy

small tool that prints a list of alt domains included in a website's TLS cert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                          __  __  __ ____ __   __ . .
                         /   /_  /_/  /  /__  /_/ \/
                        /__ /_  / \  /   __/ /    /  

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

License:MIT License


Languages

Language:Go 94.7%Language:Makefile 5.3%