Initial checkin
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal 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
|
||||
Reference in New Issue
Block a user