ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.42k stars 1.12k forks source link

share patched undetected chromedriver.exe bypass cloudflare for window only version 115 #1456

Open AntidetectBrowser opened 1 year ago

AntidetectBrowser commented 1 year ago

Download and set manual path for it and use with chromedriver.exe bypass is easy https://github.com/AntidetectBrowser/ChromeDriverBypassCloudflareForWindow

AntidetectBrowser commented 1 year ago

Found it! I'll share it in case someone needs it.

import undetected_chromedriver as uc
driver = uc.Chrome(headless=False,use_subprocess=False)
options=uc.ChromeOptions()
options.binary_location=r"C:\Users\computername\Desktop\ChromeDriverBypassCloudflareForWindow-main\ChromeDriverBypassCloudflareForWindow-main\chromedriver.exe"
driver.get('https://nowsecure.nl')

However, I did not get past Cloudflare.

dont use Uc because it was patched, it working with me. make sure you are using my driver

dushaofan commented 1 year ago

Found it! I'll share it in case someone needs it.

import undetected_chromedriver as uc
driver = uc.Chrome(headless=False,use_subprocess=False)
options=uc.ChromeOptions()
options.binary_location=r"C:\Users\computername\Desktop\ChromeDriverBypassCloudflareForWindow-main\ChromeDriverBypassCloudflareForWindow-main\chromedriver.exe"
driver.get('https://nowsecure.nl')

However, I did not get past Cloudflare.

dont use Uc because it was patched, it working with me. make sure you are using my driver

please give a demo pleasesssss!

AntidetectBrowser commented 1 year ago

Found it! I'll share it in case someone needs it.

import undetected_chromedriver as uc
driver = uc.Chrome(headless=False,use_subprocess=False)
options=uc.ChromeOptions()
options.binary_location=r"C:\Users\computername\Desktop\ChromeDriverBypassCloudflareForWindow-main\ChromeDriverBypassCloudflareForWindow-main\chromedriver.exe"
driver.get('https://nowsecure.nl')

However, I did not get past Cloudflare.

dont use Uc because it was patched, it working with me. make sure you are using my driver

please give a demo pleasesssss!

the first pip install selenium after use sample code ` from selenium import webdriver from selenium.webdriver.chrome.options import Options

path to chromedriver

chromedriver_path = "D:/chromedriver.exe"

chrome_options = Options() chrome_options.add_argument("--disable-blink-features=AutomationControlled")

driver = webdriver.Chrome(executable_path=chromedriver_path, options=chrome_options)

driver.get("https://www.example.com")

driver.quit() `

kaka4348 commented 1 year ago

Wow tanks It work for me liiiiiike

NCLnclNCL commented 1 year ago

Thank, working with me

kaka4348 commented 1 year ago

@kaka4348 are u using windows?

Yes win10

Gait0fH3ll commented 1 year ago

I would not recommeneded people to use this, new github account, .exe, and source code not shared?

ultrafunkamsterdam commented 1 year ago

And than that username. Never, ever, ever . How big the desire might be

baptx commented 1 year ago

@Gait0fH3ll I thought the same :D https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1455#issuecomment-1672999445 (I should have commented on this issue so all users see the warning)

benkrej commented 1 year ago

And than that username. Never, ever, ever . How big the desire might be

He is mining on a shit ton of PC's now :)

AntidetectBrowser commented 1 year ago

And than that username. Never, ever, ever . How big the desire might be

He is mining on a shit ton of PC's now :)

Files are not obfuscated and you can check for viruses anywhere

AntidetectBrowser commented 1 year ago

And than that username. Never, ever, ever . How big the desire might be

Why don't you publish a cloudflare patch for everyone 😊, I spent quite some time reading minified and debugged javascript

sirjo66 commented 1 year ago

I have only an ask for @AntidetectBrowser : if I run your chromedriver.exe, I see "Starting ChromeDriver 115.0.5790.75" so I think that you have change this file, but if I download the original chromedriver.exe version 115.0.5790.75 (win32) I see that the original exe file is 12,315,136 byte length but your exe file is 12,410,880 byte length Can you explane to me why ?? Note that this is not a criticism, I like to understand many things about programs and alghoritm, so I want to compare your exe file with the original file Many thanks

NCLnclNCL commented 1 year ago

I have only an ask for @AntidetectBrowser : if I run your chromedriver.exe, I see "Starting ChromeDriver 115.0.5790.75" so I think that you have change this file, but if I download the original chromedriver.exe version 115.0.5790.75 (win32) I see that the original exe file is 12,315,136 byte length but your exe file is 12,410,880 byte length Can you explane to me why ?? Note that this is not a criticism, I like to understand many things about programs and alghoritm, so I want to compare your exe file with the original file Many thanks

he built the chromedriver rather than editing the original exe file