Initial checkin

This commit is contained in:
2026-01-11 06:53:39 +01:00
commit f2c5516451
6 changed files with 461 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# ctfetch
Fetch and dump leaf entries from Certificate Transparency logs.
## Install
```bash
go install
```
## Usage
```bash
ctfetch [--dumpall] <log-url> <leaf-index>
```
### Examples
Dump a specific entry:
```bash
ctfetch https://halloumi2026h1.mon.ct.ipng.ch 629794635
```
Dump all entries in the tile:
```bash
ctfetch --dumpall https://halloumi2026h1.mon.ct.ipng.ch 629794635
```
## Options
- `--dumpall`: Dump all entries in the tile instead of just the specified leaf