follow-go

command module
v0.0.0-...-b38c8b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2022 License: MPL-2.0 Imports: 16 Imported by: 0

Documentation

Overview

package main provides a simple CT log follower that is looking for substrings in the SANs of (pre)certificates. All matches are saved as <index>.pem.

Install:

$ go build -o log-follow
$ mv log-follow $GOPATH/bin/

Examples where the first entry will be a (pre)certificate match:

$ log-follow --index 734604796
$ log-follow --index 734605273

Example starting from a prior run:

$ log-follow --index $(cat index.end)

The above uses default values, see --help for all options. The following list of known logs may be helpful to try following a different CT log:

https://github.com/google/certificate-transparency-community-site/blob/master/docs/google/known-logs.md

Warnings:

  • This is a first take on a prototype, use with caution.
  • Inclusion and consistency proofs are not checked.
  • Signatures of found (pre)certificates are not checked.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL