2026-01-11 06:53:39 +01:00
2026-01-11 06:53:39 +01:00
2026-01-11 06:53:39 +01:00

ctfetch

Fetch and dump leaf entries from Certificate Transparency logs.

Install

go install ./cmd/ctfetch

Usage

ctfetch [--dumpall] <log-url> <leaf-index>

Examples

Dump a specific entry:

ctfetch https://halloumi2026h1.mon.ct.ipng.ch 629794635

Dump all entries in the tile:

ctfetch --dumpall https://halloumi2026h1.mon.ct.ipng.ch 629794635

Options

  • --dumpall: Dump all entries in the tile instead of just the specified leaf
Description
Static CT Log: Swiss army knife
Readme Apache-2.0 287 KiB
Languages
Go 87%
Makefile 13%