Browser Impersonators - Ships a drop-in libcurl replacement that mimics browser TLS and HTTP/2 fingerprints to avoid detection.
HTTP/2 Fingerprint Mirroring - Matches browser-specific HTTP/2 frame settings and priority parameters to evade fingerprinting.
HTTP/2 Fingerprint Spoofers - Matches a browser's exact TLS and HTTP/2 handshake to evade fingerprinting systems.
Browser Header Profiles - Applies exact browser-specific HTTP header sets and ordering to evade fingerprinting.
Anti-Bot Evasion - Makes HTTP requests that match specific browser TLS and HTTP/2 handshakes to evade anti-bot systems.
TLS Fingerprint Emulators - Replicates exact TLS handshake parameters and cipher suites of target browsers to evade fingerprinting.
TLS Fingerprint Impersonators - Matches the TLS and HTTP/2 handshake of specific browser versions to avoid detection by fingerprinting systems.
HTTP Client Library Replacements - Provides a drop-in libcurl replacement that automatically applies browser impersonation to HTTP requests.
Curl-Compatible CLI Interfaces - Runs as a command-line executable with the same interface as standard curl for browser impersonation.
LD_PRELOAD Impersonation Injectors - Injects impersonation settings into any libcurl-based application at runtime using LD_PRELOAD and an env var.
LD_PRELOAD-Based Injectors - Injects browser impersonation settings into any libcurl-based application at runtime using LD_PRELOAD.
LD_PRELOAD Impersonation Libraries - Provides a runtime library that injects impersonation settings into libcurl-based applications via environment variable.
Library Function Wrappers - Wraps individual libcurl functions to modify behavior without changing application source code.
Preloading Mechanisms - Uses LD_PRELOAD to override libcurl functions at runtime for transparent impersonation injection.