Ge0rg3 / requests-ip-rotator

A Python library to utilize AWS API Gateway's large IP pool as a proxy to generate pseudo-infinite IPs for web scraping and brute forcing.
https://pypi.org/project/requests-ip-rotator/
GNU General Public License v3.0
1.36k stars 140 forks source link

How I can bypass cloudflare? #51

Closed MsLolita closed 1 year ago

MsLolita commented 2 years ago

The site has Cloudflare protection to bypass it as I know I need to spoof tls fingerprint. How I can change tls fingerprint with code or in aws? Or mb there is another method to bypass it?

luisvivasg commented 1 year ago

I am having the same issue. If I run it with IP, it works fine for few requests but when I use Amazon proxy it does not even allows one.

george-photon commented 1 year ago

Apologies, this issue is unrelated to the repo so will be closing. For bypassing cloudflare please refer to repos such as cloudscraper, or use a service such as SmartProxy.

ashkaps commented 1 year ago

Cloud scraper won’t actually work in its open source version.

MsLolita commented 1 year ago

I guess for bypassing you can add tls fingeprint in future for this library. If it is possible