https://github.com/hrbrmstr/go-hhhash
#️⃣ 🕸️ 👤 HTTP Headers Hashing
https://github.com/hrbrmstr/go-hhhash
go golang hash http
Last synced: 9 months ago
JSON representation
#️⃣ 🕸️ 👤 HTTP Headers Hashing
- Host: GitHub
- URL: https://github.com/hrbrmstr/go-hhhash
- Owner: hrbrmstr
- License: other
- Created: 2023-07-09T20:47:48.000Z (over 2 years ago)
- Default Branch: batman
- Last Pushed: 2023-08-27T01:48:00.000Z (over 2 years ago)
- Last Synced: 2025-04-13T11:45:17.106Z (12 months ago)
- Topics: go, golang, hash, http
- Language: Go
- Homepage:
- Size: 2.59 MB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hhhash
golang HTTP Headers Hashing CLI
## Description
HTTP Headers Hashing (HHHash) is a technique used to create a fingerprint of an HTTP server based on the headers it returns. HHHash employs one-way hashing to generate a hash value for the set of header keys returned by the server. See https://www.foo.be/2023/07/HTTP-Headers-Hashing_HHHash for more info.
## Usage
```bash
./hhhash https://www.circl.lu/
hhh:1:78f7ef0651bac1a5ea42ed9d22242ed8725f07815091032a34ab4e30d3c3cefc
```