Pawprint

🐾 A simple web app for inspecting TLS fingerprints.

Demo

Visit https://pawprint.dev/

Installation

bash cargo install pawprint

Starting the server

bash pawprint 0.0.0.0:443 --certs path/to/certs.pem --key path/to/key.pem

Development

```bash

Generate a self-signed certificate

cargo install rcgen rcgen

cargo r -- 127.0.0.1:8443 --certs certs/cert.pem --key certs/key.pem ```

Credit

This program is inspired by the following sites / libraries.

License

This software is licensed under the AGPLv3.