stealth

package
v0.0.0-...-9c02708 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mode

type Mode struct {
	// contains filtered or unexported fields
}

Mode handles applying stealth techniques.

func New

func New(opts Options) *Mode

New creates a new StealthMode instance.

func (*Mode) Apply

func (s *Mode) Apply(req *http.Request, browser string)

Apply applies all configured stealth techniques to a request.

type Options

type Options struct {
	Enabled          bool
	MinDelay         time.Duration
	MaxDelay         time.Duration
	HumanLikeDelays  bool
	RandomizeHeaders bool
	BrowserQuirks    bool
}

Options configures the stealth mode.

Jump to

Keyboard shortcuts

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