Skip to content

Commit d0dac9b

Browse files
committed
Оновлена контактна інформація для офіційної підтримки
1 parent 5ccaceb commit d0dac9b

15 files changed

Lines changed: 55 additions & 56 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
---
270270

271271
## [Unreleased]
272-
- Chromium Extension fingerprint spoofing. [#3](https://github.com/MiddleSchoolStudent/BotBrowser/issues/3)
272+
- Chromium Extension fingerprint spoofing. [#3](https://github.com/botswin/BotBrowser/issues/3)
273273

274274
---
275275

@@ -278,7 +278,7 @@
278278
### Added
279279
- **Auto Timezone via IP Lookup**
280280
- Introduced built-in IP geolocation detection based on proxy exit IP, allowing automatic adjustment of timezone and location.
281-
- Controlled via the `configs.autoTimezone` flag (enabled by default). See [profile-configs.md](https://github.com/MiddleSchoolStudent/BotBrowser/blob/main/profiles/profile-configs.md) for details.
281+
- Controlled via the `configs.autoTimezone` flag (enabled by default). See [profile-configs.md](https://github.com/botswin/BotBrowser/blob/main/profiles/profile-configs.md) for details.
282282

283283
- **Theme Control via `configs.colorScheme`**
284284
- Users can now specify browser color scheme (`dark` or `light`) through profile configuration. If omitted, the profile's native scheme is used.
@@ -618,7 +618,7 @@ Example:
618618

619619
### Fixed
620620
- **Mimetypes, MediaRecorder, and MediaSource Fingerprints:** Fixed issues where fingerprints were not correctly recognized under certain conditions. Optimized handling to ignore spaces after `;` in mimetypes, addressing antifraud tricks that exploit this discrepancy.
621-
[Issue Reference: #8](https://github.com/MiddleSchoolStudent/BotBrowser/issues/8)
621+
[Issue Reference: #8](https://github.com/botswin/BotBrowser/issues/8)
622622

623623
### Improved
624624
- **Removed RLZ Support:** RLZ support has been removed as it is unnecessary for our product and caused issues in some scenarios.
@@ -628,7 +628,7 @@ Example:
628628
### Added
629629
- **Bluetooth Support:** Added support for **Bluetooth emulation**, enabling realistic behavior even on Linux data center servers.
630630
- **HarfBuzz Modification:** Made significant modifications to Chromium's **HarfBuzz** text shaping library, introducing factors that make fingerprint measurements more challenging to detect. This enhancement ensures diversity and undetectability for **canvas text fingerprints**, **DOM rects**, **SVG rects**, **emojis**, and **text metrics** through a single configuration.
631-
[Issue Reference: #6](https://github.com/MiddleSchoolStudent/BotBrowser/issues/6)
631+
[Issue Reference: #6](https://github.com/botswin/BotBrowser/issues/6)
632632
[Reference Documentation](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/ui/text_rendering/render_text_overview.md#text-shaping)
633633

634634

@@ -653,16 +653,16 @@ Example:
653653
## [2024-12-29]
654654

655655
### Fixed
656-
- **Pixelscan PDF Viewer Detection Bypass:** Successfully bypassed PDF viewer leakage detection in **Pixelscan**. This issue was categorized as **P0 severity**. [#11](https://github.com/MiddleSchoolStudent/BotBrowser/issues/11)
656+
- **Pixelscan PDF Viewer Detection Bypass:** Successfully bypassed PDF viewer leakage detection in **Pixelscan**. This issue was categorized as **P0 severity**. [#11](https://github.com/botswin/BotBrowser/issues/11)
657657

658658
### Changed
659659
- **WebPreferences Update:** Updated **WebPreferences** based on the `ostype` specified in the profile, replacing the previous `BUILDFLAG()` logic for improved flexibility and accuracy.
660660

661661
### Added
662662
- **SelectionDirection Simulation:** Implemented **SelectionDirection** simulation to prevent detection by antibot systems.
663-
[#9](https://github.com/MiddleSchoolStudent/BotBrowser/issues/9)
663+
[#9](https://github.com/botswin/BotBrowser/issues/9)
664664
- **GPU Optimization:** Updated compilation parameters for better **GPU** performance and enhanced compatibility.
665-
- **BarcodeDetector Simulation:** Simulated **BarcodeDetector** behavior to mimic macOS characteristics, even when running on **Windows** or **Ubuntu**, as long as the profile specifies `macOS` as the `ostype`. [#10](https://github.com/MiddleSchoolStudent/BotBrowser/issues/10)
665+
- **BarcodeDetector Simulation:** Simulated **BarcodeDetector** behavior to mimic macOS characteristics, even when running on **Windows** or **Ubuntu**, as long as the profile specifies `macOS` as the `ostype`. [#10](https://github.com/botswin/BotBrowser/issues/10)
666666
- **Runtime Feature Simulation:** Added simulation support for the following **Runtime Features**, allowing their activation via profile configuration:
667667
- `CookieDeprecationFacilitatedTesting`
668668
- `AdInterestGroupAPI`
@@ -691,14 +691,14 @@ Example:
691691

692692
### Changed
693693
- **args.gn Adjustments:** Modified `args.gn` to allow access to `navigator.getInterestGroupAdAuctionData` and `navigator.cookieDeprecationLabel`, aligning behavior with standard browser environments.
694-
[Commit Reference](https://github.com/MiddleSchoolStudent/BotBrowser/commit/e17e1746439d6ddc3d07e621d90aaf78ea847a2d)
694+
[Commit Reference](https://github.com/botswin/BotBrowser/commit/e17e1746439d6ddc3d07e621d90aaf78ea847a2d)
695695

696696
### Fixed
697697
- **WebGL2 Renderer and Vendor Bug:** Fixed an issue where `renderer` and `vendor` could not be retrieved under **WebGL2** environments.
698698

699699
### Improved
700700
- **WebGL Parameters Simulation:** Inspired by **FakeVision**, refined WebGL parameters simulation to minimize detection risks through more cautious handling.
701-
[FakeVision Decompiled Source Code](https://github.com/MiddleSchoolStudent/FakeVision-Reverse)
701+
[FakeVision Decompiled Source Code](https://github.com/botswin/FakeVision-Reverse)
702702

703703

704704
---
@@ -708,4 +708,4 @@ Example:
708708
- Resolved **CDM issue**, enhancing browser environment security.
709709

710710
### Added
711-
- Successfully bypassed **[Fake Vision](https://fv.pro)** detection mechanisms, improving undetectable browsing capabilities. [Test Code](tests/tests/antibots/fvpro.spec.ts), [▶️ Test Result (fv.pro)](https://botswin.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/fvpro-test-fv-pro-BotBrowser-antibots/video.webm)
711+
- Successfully bypassed **[Fake Vision](https://fv.pro)** detection mechanisms, improving undetectable browsing capabilities. [Test Code](tests/tests/antibots/fvpro.spec.ts), [▶️ Test Result (fv.pro)](https://botswin.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/botswin/BotBrowser/main/tests/test-results/fvpro-test-fv-pro-BotBrowser-antibots/video.webm)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
Copyright 2024 MiddleSchoolStudent
3+
Copyright 2025 BotBrowser
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<h4 align="center">The Ultimate Solution for Undetectable Automated Browsing 🚀</h4>
44

55
<p align="center">
6-
<a href="https://github.com/MiddleSchoolStudent/BotBrowser/releases">
7-
<img src="https://img.shields.io/github/v/release/MiddleSchoolStudent/BotBrowser?style=flat-square" alt="Latest Release">
6+
<a href="https://github.com/botswin/BotBrowser/releases">
7+
<img src="https://img.shields.io/github/v/release/botswin/BotBrowser?style=flat-square" alt="Latest Release">
88
</a>
9-
<a href="https://github.com/MiddleSchoolStudent/BotBrowser/commits/main/">
10-
<img src="https://img.shields.io/github/commit-activity/m/MiddleSchoolStudent/BotBrowser?style=flat-square" alt="Commit Activity">
9+
<a href="https://github.com/botswin/BotBrowser/commits/main/">
10+
<img src="https://img.shields.io/github/commit-activity/m/botswin/BotBrowser?style=flat-square" alt="Commit Activity">
1111
</a>
12-
<a href="https://github.com/MiddleSchoolStudent/BotBrowser/issues">
13-
<img src="https://img.shields.io/github/issues/MiddleSchoolStudent/BotBrowser?style=flat-square" alt="Issues">
12+
<a href="https://github.com/botswin/BotBrowser/issues">
13+
<img src="https://img.shields.io/github/issues/botswin/BotBrowser?style=flat-square" alt="Issues">
1414
</a>
15-
<a href="https://github.com/MiddleSchoolStudent/BotBrowser/fork">
16-
<img src="https://img.shields.io/github/forks/MiddleSchoolStudent/BotBrowser?style=flat-square" alt="GitHub Forks">
15+
<a href="https://github.com/botswin/BotBrowser/fork">
16+
<img src="https://img.shields.io/github/forks/botswin/BotBrowser?style=flat-square" alt="GitHub Forks">
1717
</a>
18-
<a href="https://github.com/MiddleSchoolStudent/BotBrowser">
19-
<img src="https://img.shields.io/github/stars/MiddleSchoolStudent/BotBrowser" alt="GitHub Stars">
18+
<a href="https://github.com/botswin/BotBrowser">
19+
<img src="https://img.shields.io/github/stars/botswin/BotBrowser" alt="GitHub Stars">
2020
</a>
2121
</p>
2222

@@ -52,7 +52,7 @@ BotBrowser is a cross-platform stealth browser designed to defeat modern antibot
5252
## 🛡️ Advanced Capabilities
5353

5454
- [x] **Headless & Incognito Evasion**: Seamlessly bypasses detection in both headless and incognito modes.
55-
55+
5656
- [x] **Proxy Authentication**: Supports embedding credentials in proxy URLs (e.g., `http://usr:pwd@host:port`, `socks5://usr:pwd@host:port`).
5757

5858
- [x] **Custom Flags for Cookies, Bookmarks & Title**: Use startup flags (`--bot-cookies`, `--bot-bookmarks`, `--bot-title`) for session restoration and UI enhancements.
@@ -88,7 +88,7 @@ BotBrowser is a cross-platform stealth browser designed to defeat modern antibot
8888
### Download & Installation
8989

9090
1. **Download Installer**
91-
Get the BotBrowser installer for your OS from the [Releases](https://github.com/MiddleSchoolStudent/BotBrowser/releases) page.
91+
Get the BotBrowser installer for your OS from the [Releases](https://github.com/botswin/BotBrowser/releases) page.
9292

9393
2. **Windows**
9494
- Extract the downloaded `.7z` archive.
@@ -126,7 +126,7 @@ BotBrowser is a cross-platform stealth browser designed to defeat modern antibot
126126
- **Cross-Platform**:
127127

128128
> 🔥 A *macOS profile* works on Ubuntu; a *Windows profile* works on macOS; an *Android profile* can be fully emulated on macOS, Windows, and Ubuntu.
129-
- **Configuration Options**: see the [📚 profile-configs guide](https://github.com/MiddleSchoolStudent/BotBrowser/blob/main/profiles/profile-configs.md).
129+
- **Configuration Options**: see the [📚 profile-configs guide](https://github.com/botswin/BotBrowser/blob/main/profiles/profile-configs.md).
130130

131131
---
132132

@@ -158,7 +158,7 @@ chromium-browser \
158158
--bot-profile="/path/to/chrome137_win11_x64.enc"
159159
```
160160

161-
> Use `--user-data-dir` with a unique temporary folder to avoid conflicts with any running Chromium instances. It ensures BotBrowser launches cleanly without interfering with your normal browser profiles.
161+
> Use `--user-data-dir` with a unique temporary folder to avoid conflicts with any running Chromium instances. It ensures BotBrowser launches cleanly without interfering with your normal browser profiles.
162162
> Use `--proxy-server`, `--proxy-username`, `--proxy-password` to connect to a proxy server, we support http, https, socks5 protocol.
163163
164164
#### 2. [Playwright](demo/playwright) / [Puppeteer](demo/puppeteer) Demos
@@ -287,9 +287,9 @@ These test scripts are provided for **educational purposes** and to **demonstrat
287287
We do not provide the private key required to generate new profiles. If you need additional profiles, please contact us directly. We maintain over **300,000 real user browser fingerprints** to support your needs.
288288

289289

290-
| 📧 Email | [middleschoolstudent@mail.ru](mailto:middleschoolstudent@mail.ru) |
290+
| 📧 Email | [botbrowser@bk.ru](mailto:botbrowser@bk.ru) |
291291
|-------------|--------------------------------------------------|
292-
| 📱 Telegram | [middle_student](https://t.me/middle_student) |
292+
| 📱 Telegram | [@botbrowser_support](https://t.me/botbrowser_support) |
293293

294294

295295
### Building from Source

console/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BotBrowserConsole
22

3-
BotBrowserConsole is the desktop application for **[BotBrowser](https://github.com/MiddleSchoolStudent/BotBrowser)**, designed to simplify fingerprint configuration and multi-account management. Similar to products like **GoLogin** and **MultiLogin**, BotBrowserConsole offers powerful tools for managing multiple browser profiles and streamlining team collaboration. It also supports API-based secondary development to meet custom requirements.
3+
BotBrowserConsole is the desktop application for **[BotBrowser](https://github.com/botswin/BotBrowser)**, designed to simplify fingerprint configuration and multi-account management. Similar to products like **GoLogin** and **MultiLogin**, BotBrowserConsole offers powerful tools for managing multiple browser profiles and streamlining team collaboration. It also supports API-based secondary development to meet custom requirements.
44

55
<img width="800" alt="image" src="https://github.com/user-attachments/assets/e9c0b656-83b0-4be5-986e-d4bc3c04b4b5">
66

@@ -76,7 +76,7 @@ BotBrowserConsole is the desktop application for **[BotBrowser](https://github.c
7676
7777
## Contact
7878
79-
For support or inquiries, feel free to contact us at [middleschoolstudent@mail.ru](mailto:middleschoolstudent@mail.ru).
79+
For support or inquiries, feel free to contact us at [botbrowser@bk.ru](mailto:botbrowser@bk.ru).
8080
8181
---
8282

demo/playwright/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"type": "module",
55
"main": "index.js",
6-
"author": "MiddleSchoolStudent",
6+
"author": "BotBrowser",
77
"dependencies": {
88
"playwright": "^1.49.0"
99
}

demo/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"type": "module",
55
"main": "index.js",
6-
"author": "MiddleSchoolStudent",
6+
"author": "BotBrowser",
77
"dependencies": {
88
"puppeteer-core": "^23.9.0"
99
}

docs/video_player/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
videoElement.setAttribute('autoplay', 'autoplay');
2727

2828
const sourceElement = document.createElement('source');
29-
sourceElement.setAttribute('src', `https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/${videoPath}-BotBrowser/video.webm`);
29+
sourceElement.setAttribute('src', `https://raw.githubusercontent.com/botswin/BotBrowser/main/tests/test-results/${videoPath}-BotBrowser/video.webm`);
3030
sourceElement.setAttribute('type', 'video/webm');
3131

3232
videoElement.appendChild(sourceElement);

patches/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
55
BotBrowser is **100% proprietary** - built entirely on top of **Chromium**, with **no third-party code** involved.
66

7-
Only the GUI ([BotBrowserConsole](https://github.com/MiddleSchoolStudent/BotBrowser/tree/main/console)) is open-sourced.
7+
Only the GUI ([BotBrowserConsole](https://github.com/botswin/BotBrowser/tree/main/console)) is open-sourced.
88
The patches here are **select examples**, published to illustrate techniques without exposing the full engine.
99

1010
---
1111

1212
## 🔍 What’s Inside
1313

14-
- **Proprietary Foundation**
14+
- **Proprietary Foundation**
1515
BotBrowser’s engine is entirely homegrown—no forks, no references to external projects.
1616

17-
- **Selective Open-Source**
17+
- **Selective Open-Source**
1818
We publish only a handful of patches in this folder. The rest stay private to prevent antibots from zeroing in on every leak point.
1919

20-
- **Comprehensive Leak Coverage**
20+
- **Comprehensive Leak Coverage**
2121
Our patches plug gaps at every conceivable fingerprinting surface. Crafted through:
22-
1. Hands-on reverse engineering of antibot defenses
23-
2. V8-level analysis of how antibots collect and validate fingerprints
22+
1. Hands-on reverse engineering of antibot defenses
23+
2. V8-level analysis of how antibots collect and validate fingerprints
2424
3. Real-world automation experience at scale
2525

26-
- **Get the Full Engine**
26+
- **Get the Full Engine**
2727
Interested in the complete core source? Reach out for licensing or private review:
2828

29-
| 📧 Email | [middleschoolstudent@mail.ru](mailto:middleschoolstudent@mail.ru) |
29+
| 📧 Email | [botbrowser@bk.ru](mailto:botbrowser@bk.ru) |
3030
|------------|--------------------------------------------------------------|
31-
| 📱 Telegram | [@middle_student](https://t.me/middle_student) |
31+
| 📱 Telegram | [@botbrowser_support](https://t.me/botbrowser_support) |
3232

3333
---
3434

0 commit comments

Comments
 (0)