useragent

package
v0.0.266 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package useragent resolves User-Agent strings from a preset enum.

The resolved UA is cached for the lifetime of the process so every request in a single CLI invocation sends the same UA. Without this, commands that issue multiple requests (e.g. probe trying HTTP then HTTPS) would send different random UAs from the same scan, an inconsistency that bot-detection systems flag. A new process gets a fresh pick.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Resolve

func Resolve(preset common.UserAgentPreset) string

Resolve returns a User-Agent string for the given preset. If preset is the zero value (empty string) or RANDOM, a random browser UA is picked. The result is resolved once per process and reused for all subsequent calls.

Types

This section is empty.

Jump to

Keyboard shortcuts

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