curl-impersonate: Bypassing Browser Fingerprinting for a More Open Web

Apr 11, 2025
GitHub
Article image for curl-impersonate: Bypassing Browser Fingerprinting for a More Open Web

Summary

curl-impersonate, a modified version of curl, can impersonate the TLS and HTTP handshakes of major browsers, allowing users to bypass browser fingerprinting techniques employed by web services, promoting a more open and private web experience.

Key Points

  • curl-impersonate is a modified version of curl that can impersonate the TLS and HTTP handshakes of major browsers like Chrome, Edge, Firefox, and Safari.
  • It allows web services that use fingerprinting techniques to identify the client to be bypassed, making the web more open and private.
  • curl-impersonate is available as a command-line tool with wrapper scripts for each browser, as well as a library that can be integrated into applications.

Tags

Read Original Article