Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiptronicek/ech-check
Supporting scripts for blog posts around ECH adoption
https://github.com/filiptronicek/ech-check
Last synced: about 1 month ago
JSON representation
Supporting scripts for blog posts around ECH adoption
- Host: GitHub
- URL: https://github.com/filiptronicek/ech-check
- Owner: filiptronicek
- Created: 2024-01-01T22:22:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T22:03:20.000Z (5 months ago)
- Last Synced: 2024-06-29T23:16:23.231Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ech-check
Supporting scripts for checking ECH and Kyber adoption.
## Usage
First, the program requires you to provide domains to check. This can either be a list of domains used as arguments to the program or a path to a CSV file using `--domains`. In that case, the path points to a CSV file with a column called `domain` containing the domains to check. This format is compatible with the [Cloudflare Radar](https://radar.cloudflare.com/) export format. After creating this file, you can run the program as follows:
```bash
go run . crypto.cloudflare.com
```