Skip to content

Get the "cf_clearance" cookie from any website

Notifications You must be signed in to change notification settings

Kontuzijus/Cloudflare-Bypass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3.11.8+
pip install -r requirements.txt
pip install javascript

Example

from worker.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

  • Reversed challenge token: dev cons

  • Challenge Request Reversed: ch

discord: lyxz2

About

Get the "cf_clearance" cookie from any website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.8%
  • JavaScript 27.8%
  • HTML 0.4%