LOBYXLYX / Cloudflare-Bypass

Get the "cf_clearance" cookie from any website
74 stars 7 forks source link

Not Bypassing cloudflare #8

Open 7xm-xyz opened 5 days ago

7xm-xyz commented 5 days ago

from aqua import CF_Solver

other

cf = CF_Solver('https://artlist.io') cookie2 = cf.cookie() print(cookie2) url = 'https://artlist.io'

follow up requests

response = cf.client.get(url=url, timeout=10) print(response.text)

Still output is cloudflare error.

LOBYXLYX commented 4 days ago

Website is protected with turnstile, this works with sites that don't have turnstile

Try using the curl_cffi library to make HTTP requests, it will probably work

7xm-xyz commented 3 days ago

can you please Guide me to have cloudflare bypass turnstile ??? like website spamzilla.io ???

LOBYXLYX commented 1 day ago

There are some turnstile bypasses that work, but they are based on Selenium or Playwright

7xm-xyz commented 1 day ago

Actually I want to develop Proxy script . ANd If we use selenium/Playwright it will very slow as each request will open instance and get data etc

LOBYXLYX commented 22 hours ago

If I manage to finish this turnstile bypass, it would take 15~20 seconds to bypass it, because this sends many GET requests and parses the cf code