Skip to content

Commit 82ae717

Browse files
authored
Update README.md
1 parent c97138c commit 82ae717

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# BasicChromeDriverDetectionPatch
1+
# Basic ChromeDriver Detection Patch
2+
![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)
3+
![dotnet6.0](https://img.shields.io/badge/.NET-6.0-blue?style=for-the-badge)
4+
![License-MIT](https://img.shields.io/badge/License-MIT-Green?style=for-the-badge)
5+
26
A tool that patches the ChromeDriver binary to avert a "basic" bot detection method used by most anti-automation services.
7+
8+
### Usage ([Download](https://github.com/Plot1337/BasicChromeDriverDetectionPatch/releases)):
9+
1. Via CLI `BasicChromeDriverDetectionPatch.exe [path_to_chromedriver_exe]`
10+
2. Or drag-and-drop `chromedriver.exe` into `BasicChromeDriverDetectionPatch.exe`
11+
12+
The expected output would be an executable file named `chromedriver_patched.exe`.
13+
You can remove the original executable and renamed the modified one so Selenium can properly use it.
14+
15+
### How Does It Work?
16+
It's simple; the tool replaces the "CDC" (`_cdc[...]_[...]`) IDs with alternative names.
17+
This tool merely automates a method mentioned in this
18+
[StackOverflow answer](https://stackoverflow.com/questions/33225947/can-a-website-detect-when-you-are-using-selenium-with-chromedriver/41220267).
19+
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.
20+
21+
### Legal
22+
This tool is [licensed under MIT](https://github.com/Plot1337/BasicChromeDriverDetectionPatch/blob/main/LICENSE); do whatever you want with it.
23+
24+
### Contact:
25+
- Discord: `Plot#1337` (UID: `918642844179251260`)
26+
- Telegram: `@daddyplot`

0 commit comments

Comments
 (0)