You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
282
282
283
283
-**Theme Control via `configs.colorScheme`**
284
284
- 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:
618
618
619
619
### Fixed
620
620
-**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.
-**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:
628
628
### Added
629
629
-**Bluetooth Support:** Added support for **Bluetooth emulation**, enabling realistic behavior even on Linux data center servers.
630
630
-**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.
-**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)
657
657
658
658
### Changed
659
659
-**WebPreferences Update:** Updated **WebPreferences** based on the `ostype` specified in the profile, replacing the previous `BUILDFLAG()` logic for improved flexibility and accuracy.
660
660
661
661
### Added
662
662
-**SelectionDirection Simulation:** Implemented **SelectionDirection** simulation to prevent detection by antibot systems.
-**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)
666
666
-**Runtime Feature Simulation:** Added simulation support for the following **Runtime Features**, allowing their activation via profile configuration:
667
667
-`CookieDeprecationFacilitatedTesting`
668
668
-`AdInterestGroupAPI`
@@ -691,14 +691,14 @@ Example:
691
691
692
692
### Changed
693
693
-**args.gn Adjustments:** Modified `args.gn` to allow access to `navigator.getInterestGroupAdAuctionData` and `navigator.cookieDeprecationLabel`, aligning behavior with standard browser environments.
-**WebGL2 Renderer and Vendor Bug:** Fixed an issue where `renderer` and `vendor` could not be retrieved under **WebGL2** environments.
698
698
699
699
### Improved
700
700
-**WebGL Parameters Simulation:** Inspired by **FakeVision**, refined WebGL parameters simulation to minimize detection risks through more cautious handling.
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
Copyright 2024 MiddleSchoolStudent
3
+
Copyright 2025 BotBrowser
4
4
5
5
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:
-[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
88
88
### Download & Installation
89
89
90
90
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.
92
92
93
93
2.**Windows**
94
94
- Extract the downloaded `.7z` archive.
@@ -126,7 +126,7 @@ BotBrowser is a cross-platform stealth browser designed to defeat modern antibot
126
126
-**Cross-Platform**:
127
127
128
128
> 🔥 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).
130
130
131
131
---
132
132
@@ -158,7 +158,7 @@ chromium-browser \
158
158
--bot-profile="/path/to/chrome137_win11_x64.enc"
159
159
```
160
160
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.
162
162
> Use `--proxy-server`, `--proxy-username`, `--proxy-password` to connect to a proxy server, we support http, https, socks5 protocol.
@@ -287,9 +287,9 @@ These test scripts are provided for **educational purposes** and to **demonstrat
287
287
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.
Copy file name to clipboardExpand all lines: console/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# BotBrowserConsole
2
2
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.
0 commit comments