-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any other method for bypassing cf? #1403
Comments
2 pathed too |
Think the real question is how they're detecting this. I think it's tied to IPs somehow, I can do whatever with selenium/playwright on my home IP, but as soon as I switch to datacenter IPs it starts flagging, not quite sure how... On the other hand I can launch headful instance of undetected and then stop script, continue to click manually on that instance... I can still pass it, solve turnstile on bad datacenter IPs... |
This method works for me however, when i am on a proxy it stops working :(
|
Don't think it is tied to IP, as I've tried totally new instance on work ip and in incognito and normal it passes with no problem but as soon as I turn on puppeteer blocks directly. |
i think it is tied to ip because my code above works and bypasses cloudflare but as soon as i use a proxy (free online proxy most likely a datacenter), it stops working. edit: Ok maybe not ip but what if it detects if you are using a proxy or vpn and blocks based on that
|
I don't think it does... any combo I tried selenium/playwright, home ip, 4g proxies, dc proxies, it always got flagged when I used some kind of automation to drive actions... if I just launch it with same setup and then manually click it passes... I tried randomizing clicks and mouse movements but that's kinda hard to do reliably and test so dunno and I don't even think it's that since opening new private window and keeping mouse away would still cause it to pass it, sometimes without any interactions... |
have you tried this code? I dont need to click anything and it bypasses after the 10 sec sleep.
|
It has to detect that the browser is using selenium as even if I open new tab manually in browser instance and type address and all and I still get blocked. |
Don't know if this helps, but using OSX 10.14.6 and the advanced example using https://nowsecure.nl : |
Pretty sure CF ppl are already here (Hi guys! Nice to meet u 😂) and will patch 115 if possible, but yea it is indeed working. |
Didn't had the time to test it properly yet but --disable-features=UserAgentClientHint might help, would have to check and compare actual headers to understand if that's what CF is checking... |
Nope, doesn't work |
I am struggling with cloudfare for few months, I think it is a way to keep javascript from executing. I know that if you forbidden the javascript totally, nothing will be loaded. But I find a way to forbidden part of the harmful (maybe) javascript, and this doesn't happen to me again. |
Opening dev tool which GOT PATCHED yesterday
(chrome_options.add_argument("--auto-open-devtools-for-tabs") # automatically open dev tools on every new tab)
Using js to open a blank page for the url and getting back to it after a long sleep
so there is only one method left (method 2) which is leading to TOO MANY BUGS and TOO SLOW
I was wondering if there is any other method or any development on updating undetected-chromedriver?
The text was updated successfully, but these errors were encountered: