8000 GitHub - ronin-dojo/ctail: Tail Certificate Transparency logs and extract hostnames
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ronin-dojo/ctail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctail

Tail Certificate Transparency logs and extract hostnames.

This utility is an alternative to using hosted services like crt.sh or CertStream.

Usage:

$ go run github.com/hdm/ctail@latest -f -m '^autodiscover\.'

Logs are written to standard error and results are formatted as NDJSON/JSONL and written to standard output.

The output can be filtered using using tools like jq.

Duplicate records are common and you might consider using a bloom filter in the pipeline.

ctail feeding into jq

About

Tail Certificate Transparency logs and extract hostnames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0