Documentation ¶
Overview ¶
impersonate package contains strategy to impersonate a client and define an alias for the internal client tls spefications
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identity ¶
type Identity utls.ClientHelloSpec
Identity contains the structured client hello spec
type Strategy ¶
type Strategy uint8
Strategy is the type of strategy to use for impersonation
const ( // None is the default strategy which use the default client hello spec None Strategy = iota // Random is the strategy which use a random client hello spec Random // JA3 or Raw is the strategy which parses a client hello spec from ja3 full string Custom // Chrome is the strategy which impersonates a client hello spec from Chrome Chrome )
Click to show internal directories.
Click to hide internal directories.