← 返回命令列表

Linux command

curl-impersonate 命令

网络

需要网络或远程资源。

常用示例

Impersonate Chrome

curl_chrome124 [https://example.com]

Impersonate Firefox

curl_ff120 [https://example.com]

Impersonate Safari

curl_safari17_0 [https://example.com]

Output to file

curl_chrome124 -o [output.html] [https://example.com]

With custom headers

curl_chrome124 -H "[Header: value]" [https://example.com]

Follow redirects

curl_chrome124 -L [https://example.com]

说明

curl-impersonate is a modified curl that impersonates browser TLS and HTTP fingerprints. Makes requests identical to Chrome, Firefox, Edge, or Safari. Bypasses bot detection based on TLS fingerprinting.

FAQ

What is the curl-impersonate command used for?

curl-impersonate is a modified curl that impersonates browser TLS and HTTP fingerprints. Makes requests identical to Chrome, Firefox, Edge, or Safari. Bypasses bot detection based on TLS fingerprinting.

How do I run a basic curl-impersonate example?

Run `curl_chrome124 [https://example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more curl-impersonate examples?

This page includes 6 examples for curl-impersonate, plus related commands for nearby Linux tasks.