https://github.com/imwally/tlsfp
TLS Fingerprints
https://github.com/imwally/tlsfp
certificates cli command-line fingerprints go golang kiss linux sha1 sha256 ssl tls unix
Last synced: 6 months ago
JSON representation
TLS Fingerprints
- Host: GitHub
- URL: https://github.com/imwally/tlsfp
- Owner: imwally
- Created: 2021-06-07T02:27:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T03:13:20.000Z (about 4 years ago)
- Last Synced: 2025-02-13T09:21:58.587Z (8 months ago)
- Topics: certificates, cli, command-line, fingerprints, go, golang, kiss, linux, sha1, sha256, ssl, tls, unix
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tlsfp
Get TLS certificate fingerprints.
```
usage: tlsfp [-a algorithm] host
-a int
algorithm: 1, 256 (default 1)
```
## Examples```
$ tlsfp -a 256 google.com
A7 1C B5 68 76 0A CF 4F 21 52 C9 35 98 B0 87 48 C2 14 5C 61 46 8D E3 9C DB 85 04 28 FA 13 54 97
```