Documentation
¶
Index ¶
Constants ¶
View Source
const Android = "769,49195-49196-52393-49199-49200-52392-158-159-49161-49162-49171-49172-51-57-156-157-47-53,65281-0-23-35-13-16-11-10,23,0"
Variables ¶
This section is empty.
Functions ¶
func Handshakes ¶
func NewTransport ¶
Types ¶
type ClientHello ¶ added in v1.4.3
type ClientHello struct {
*tls.ClientHelloSpec
Version uint16
}
func ParseHandshake ¶ added in v1.4.8
func ParseHandshake(data []byte) (*ClientHello, error)
func ParseJA3 ¶ added in v1.4.8
func ParseJA3(str string) (*ClientHello, error)
func (ClientHello) FormatJA3 ¶ added in v1.4.8
func (h ClientHello) FormatJA3() (string, error)
Click to show internal directories.
Click to hide internal directories.