vvanglro / cf-clearance

Purpose To make a cloudflare v2 challenge pass successfully, Can be use cf_clearance bypassed by cloudflare, However, with the cf_clearance, make sure you use the same IP and UA as when you got it.
https://github.com/vvanglro/cf_clearance
352 stars 59 forks source link

Stopped to maintenance. #58

Open vvanglro opened 11 months ago

vvanglro commented 11 months ago

Passing the challenge with debug turned on seems to have been fixed by cf.

There are already cf people who are paying attention to related discussions and project, so if we continue to openly pass the challenge method, it will undoubtedly be a tug of war.😪

Although I tried a new way to pass the challenge. I can't make it public because it will be fixed by cf. My idea is to provide an api service that can happily pass the challenge without making it public.

yanxiang-wang commented 11 months ago

Thank you for your efforts. Indeed, it is time to stop now.

davuses commented 11 months ago

Hey @vvanglro , I really appreciate the time and effort you've devoted to maintain this project! And now since Cloudflare has noticed this project, it's wise to not openly discuss the bypassing methods anymore. BTW, an api service sounds like a good alternative given the circumstance. Be it free or paid, please let me know when it's ready :)

doesenemo commented 11 months ago

API sounds good let me know when it's ready

vvanglro commented 11 months ago

Regarding the API service, I have to pay for a server, I'm still trying to figure it out.

BTW, You can also wait for a new version of the UC project. https://github.com/ultrafunkamsterdam/undetected-chromedriver/discussions/1420

davuses commented 11 months ago

Regarding the API service, I have to pay for a server, I'm still trying to figure it out.

BTW, You can also wait for a new version of the UC project. ultrafunkamsterdam/undetected-chromedriver#1420

Thank you for keeping us updated! I've been paying close attention to undetected-chromedriver project as well as cf-clearance, glad to know that there's new changes coming up!

vvanglro commented 11 months ago

I deployed a staging server, maybe only 3 days or so.

curl https://vvanglro.eu.org/\?url\=https://nowsecure.nl\&timeout\=10

Response as this:

{
    "success": true,
    "cf": true,
    "msg": "cf challenge success",
    "cookies": {
        "cf_clearance": "mjLM39s_hrx1ys8bR2bJ9AKCqHjq5hF5YTCeMwX9Xe0-1690524824-0-250.0.0"
    },
    "content": "<!DOCTYPE html><html lang=\"en\"><head>.....</body></html>"
}

The domain name is hosted under cf, and there is a rate limit of 3 requests within 10s.

12189108 commented 11 months ago

Regarding the API service, I have to pay for a server, I'm still trying to figure it out.

BTW, You can also wait for a new version of the UC project. ultrafunkamsterdam/undetected-chromedriver#1420

I have a 1-core 1.5GB RAM 15GB VPS, the performance may not be very good. Do you need it? If you do, how can I contact you?

today2004 commented 11 months ago

I deployed a staging server, maybe only 3 days or so.

curl https://vvanglro.eu.org/\?url\=https://nowsecure.nl\&timeout\=10

Response as this:

{
  "success": true,
  "cf": true,
  "msg": "cf challenge success",
  "cookies": {
      "cf_clearance": "mjLM39s_hrx1ys8bR2bJ9AKCqHjq5hF5YTCeMwX9Xe0-1690524824-0-250.0.0"
  },
  "content": "<!DOCTYPE html><html lang=\"en\"><head>.....</body></html>"
}

The domain name is hosted under cf, and there is a rate limit of 3 requests within 10s.

I'm not sure if there are any new available APIs available for testing?

vvanglro commented 11 months ago

I'm not sure if there are any new available APIs available for testing?

There is no new api. About the current api, I use the GitHub codespace temporary forwarding port to do it. It will be invalid at any time. If you want to use a stable service, you can contact me and sponsor me. I will use the sponsorship money to buy a server to provide a stable api.

vvanglro commented 11 months ago

Now only sell the source code, if you need can contact me. You can through telegram(https://t.me/vvanglro) contact me.

today2004 commented 11 months ago

The APi service is ready, but you have to pay, and it is calculated according to your request frequency and times. If you need it, you can send me an email to contact me. vvanglro@gmail.com

Received, I understand. Thank you for your hard work