Skip to content

Shinjio/ctmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctmon

Certificate transparency monitor. Queries crt.sh to enumerate subdomains and certificates for a given domain.

Useful for passive recon.

Install

go install github.com/Shinjio/ctmon@latest

Usage

ctmon -d <domain> [-since <days>] [-v] [-json] [-timeout <sec>]

Examples

# Basic lookup
ctmon -d example.com

# Last 30 days only
ctmon -d example.com -since 30

# JSON output, pipe to jq
ctmon -d example.com -json | jq '.[] | .Domain'

# Verbose with custom timeout
ctmon -d example.com -v -timeout 20

About

simply enumerate CT through crt.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages