LOBYXLYX / Cloudflare-Bypass

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

Requirements

Example

from aqua import CF_Solver

cf = CF_Solver('https://discord.com')
cookie = cf.cookie()
print(cookie)

# other
cf = CF_Solver('https://tempail.com')
cookie2 = cf.cookie()
print(cookie2)

# follow up requests
response = cf.client.get(url=url, timeout=10)
response = cf.client.post(url=url, data=data, json=json, timeout=10)

Turnstile Reverse Engineering Progress

Reversing challenge token:

devt cons

discord: lyxz2