impersonate

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2025 License: MIT Imports: 1 Imported by: 33

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
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL