Registry / networking / hdm-jarm-go

hdm-jarm-go

JSON →
library0.0.8gogounverified

Go implementation of JARM fingerprinting for TLS servers.

networkingsecurity
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/hdm/jarm-go

Fingerprint a TLS server using JARM.

package main import ( "fmt" "github.com/hdm/jarm-go" ) func main() { fingerprint, err := jarm.Fingerprint("example.com", 443) if err != nil { panic(err) } fmt.Println(fingerprint) }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
20 hits · last 30 days
bytedance
4
gptbot
3
amazonbot
3
claudebot
3
Resources