Skip to content

Tool for scanning Google's transparency report to fetch domains

Notifications You must be signed in to change notification settings

mcipekci/GoogleCertScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GoogleCertScanner

Tool for scanning Google's transparency report to fetch domains

Google provides us a very good resource for scanning SSL certificates on: https://transparencyreport.google.com/https/certificate

I was looking for a tool to scan it then decided to write my own in purely bash.

Requirements:

JQ: https://stedolan.github.io/jq/

cURL

Usage:

Syntax: ./gtr.sh target subdomains expired-certs

target: target domain e.g: google.com

subdomains: 1 true / 0 false

expired-certs: 1 true / 0 false

Example: ./gtr.sh google.com 1 0

It will save output to current working directory as well.

About

Tool for scanning Google's transparency report to fetch domains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages