pawprint

Crates.iopawprint
lib.rspawprint
version0.3.0
sourcesrc
created_at2023-02-12 08:57:03.992008
updated_at2023-02-15 11:00:56.719941
descriptionA simple web app for inspecting TLS / HTTP/2 fingerprints
homepagehttps://pawprint.dev
repositoryhttps://github.com/picoHz/pawprint
max_upload_size
id782920
size150,626
picoHz (picoHz)

documentation

README

Pawprint

🐾 A simple web app for inspecting TLS / HTTP/2 fingerprints.

Demo

Visit https://pawprint.dev/

Installation

cargo install pawprint

Starting the server

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

Development

# Generate a self-signed certificate
cargo install rcgen
rcgen

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

Credits

This program is inspired by the following sites / libraries.

License

This software is licensed under the AGPLv3.

Commit count: 25

cargo fmt