Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```