tls-extension
There are 8 repositories under tls-extension topic.
refraction-networking/utls
Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
juzeon/spoofed-round-tripper
A Go's http.RoundTripper implementation that provides a wrapper for tls-client and leverages uTLS to spoof TLS fingerprints (JA3, JA4, HTTP/2 Akamai, etc) of mainstream browsers for use in different HTTP client libraries (like resty) to bypass Cloudflare or other firewalls.
pingidentity/java8-token-binding-negotiation
Token Binding Protocol Negotiation TLS Extension support for Java 8
hsouna/tls-servername
This python script retrieves server names from the TLS extension (in the Client Hello) using scapy.
pingidentity/java10-token-binding-negotiation
Token Binding Protocol Negotiation TLS Extension support for Java 10
XOR-op/ja-tools
Library for parroting JA3/JA4 TLS fingerprints with rustls.
pingidentity/java9-token-binding-negotiation
Token Binding Protocol Negotiation TLS Extension support for Java 9
syang7081/server-authentication
A new method is designed to authenticate a server after its certificate is updated without releasing a new version of a client application. This is achieved through verifying the digital signature of a shared secret between a client and a server.