Skip to content

e-zk/certspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

License

Stars

Watchers

Forks