Skip to content

๐Ÿพ A simple web app for inspecting TLS / HTTP/2 fingerprints

License

Notifications You must be signed in to change notification settings

picoHz/pawprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 1, 2023
d59e386 ยท Mar 1, 2023

History

25 Commits
Feb 12, 2023
Mar 1, 2023
Feb 14, 2023
Feb 20, 2023
Feb 12, 2023
Mar 1, 2023
Feb 12, 2023
Feb 13, 2023

Repository files navigation

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.