e-zk / go-crtsh

unofficial crt.sh api+cli for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-crtsh
========

go library for requesting certificate transparency logs from crt.sh

install
=======

for use as a library:

	go get go.zakaria.org/sghs@latest

to install the cli tool:

	go install -v go.zakaria.org/crtsh/cmd/crtsh@latest

cli usage
=========

	usage: crtsh [-e] [-j] query
	where:
		-e	show expired certs
		-j	output raw JSON returned
		query	the domain query

About

unofficial crt.sh api+cli for go

License:MIT License


Languages

Language:Go 100.0%