Bypass Browser Fingerprinting with curl-impersonate
2025-04-03
curl-impersonate is a special build of curl that mimics the behavior of four major browsers: Chrome, Edge, Safari, and Firefox. It achieves this by precisely replicating the TLS and HTTP handshakes, effectively evading browser fingerprinting techniques used by websites to identify clients. Available as a command-line tool and an embeddable library, it supports various operating systems. The project modifies curl's TLS extension configurations, utilizes different TLS libraries (like NSS and BoringSSL), and adjusts HTTP/2 settings to accurately simulate browser behavior. This tool offers users a new way to protect their privacy and access restricted websites.
Development
browser fingerprinting