https://github.com/parrotmac/ceptckah
Certificate Transparency Log Scanner
https://github.com/parrotmac/ceptckah
Last synced: 5 months ago
JSON representation
Certificate Transparency Log Scanner
- Host: GitHub
- URL: https://github.com/parrotmac/ceptckah
- Owner: parrotmac
- License: mit
- Created: 2022-04-09T00:02:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T00:09:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T17:14:30.810Z (10 months ago)
- Language: Go
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ceptckah / Cert Scanner
This is a hacked-up version of [https://github.com/govau/certwatch](certwatch).
The goal of this is to learn about Certificate Transparency logs.
### Quickstart
```bash
docker run -d --rm --name ceptckah -p 5435:5432 -e POSTGRES_HOST_AUTH_METHOD=trust postgres:14-alpine
go run .
```