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.