ldstr / BasicChromeDriverDetectionPatch

A tool that patches the ChromeDriver binary to avert a "basic" bot detection method used by most anti-automation services.

Home Page:https://github.com/Plot1337/BasicChromeDriverDetectionPatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic ChromeDriver Detection Patch

C# dotnet6.0 License-MIT

A tool that patches the ChromeDriver binary to avert a "basic" bot detection method used by most anti-automation services.

Usage (Download):

  1. Via CLI BasicChromeDriverDetectionPatch.exe [path_to_chromedriver_exe]
  2. Or drag-and-drop chromedriver.exe into BasicChromeDriverDetectionPatch.exe

The expected output would be an executable file named chromedriver_patched.exe. You can remove the original executable and renamed the modified one so Selenium can properly use it.

How Does It Work?

It's simple; the tool replaces the "CDC" (_cdc[...]_[...]) IDs with alternative names. This tool merely automates a method mentioned in this StackOverflow answer. Please note this tool — just like all other methods of making automation harder to detect, even ones claiming to be "undetectable" — will never actually be undetectable.

Legal

This tool is licensed under MIT; do whatever you want with it.

Contact:

  • Discord: Plot#6969 (UID: 972420573173002310)
  • Telegram: @daddyplot

About

A tool that patches the ChromeDriver binary to avert a "basic" bot detection method used by most anti-automation services.

https://github.com/Plot1337/BasicChromeDriverDetectionPatch

License:MIT License


Languages

Language:C# 100.0%