Chacix / VirtualBrowser

Free anti fingerprint browser, 指纹浏览器, 隐私浏览器, 免费的web3空投专用指纹浏览器

Home Page:https://virtualbrowser.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Browser fingerprinting refers to the process of identifying and recording various factors, such as the browser itself, the operating system, and hardware configurations, to generate a unique identifier. It is a digital signature obtained through the collection of various features of the browser, such as user agent, language, screen size, plugin version, font, time settings, etc., and a comprehensive analysis. As everyone's browser configurations differ, browser fingerprints can be used to track user behavior, identify identity, monitor online activities, and even for illegal purposes such as fraud and phishing.

VirtualBrowser is a fingerprint browser based on Chromium, which supports Windows 10 and above operating systems, and plans to support Mac, Android, Linux, and other operating systems in the future.

Compared with Chromium, VirtualBrowser has two advantages:

  1. Support for creating multiple fingerprint information browser environments on one machine.
  2. Support for managing multiple browser environments.

Preparation

First, download the latest VirtualBrowser installation package from the release page or official website and install it on your computer.

Creating a new browser environment

  1. Open VirtualBrowser and select Create Browser. Image text
  2. Modify the configuration information in the pop-up dialog or use the default settings. Image text Image text

Starting the browser environment

  1. Click the Start button in the created environment to open the newly created browser environment.
  2. The newly started browser is the new fingerprint environment. Image text

Tested and Effective Fingerprint Modifications

You can test fingerprint modifications using fingerprintjs and browserleaks.

  • Operating System: Modify the operating system part in userAgent.
  • Browser version: Modify the browser version in userAgent.
  • Proxy settings: Modify the browser proxy which supports "Default", "Do not use proxy", "Custom".
  • User Agent: Modify userAgent.
  • Language: Modify navigator.language, navigator.languages, and it can be automatically matched based on IP.
  • Time zone: Modify the time zone in new Date(), and it can be automatically matched based on IP.
  • WebRTC
  • Geolocation: Modify the latitude and longitude in navigator.geolocation.getCurrentPosition(), and it can be automatically matched based on IP.
  • Resolution: Modify screen.width/screen.height.
  • Font: Randomly modify the supported font list.
  • Canvas: Randomly modify Canvas 2D drawing differential pixels.
  • WebGL image: Randomly modify WebGL drawing differential pixels.
  • WebGL metadata: WebGL vendor, WebGL rendering, etc.
  • AudioContext: Randomly modify the differential data of getChannelData and getFloatFrequencyData in AudioContext.
  • ClientRects
  • Speech voices
  • CPU: Modify navigator.hardwareConcurrency CPU core count.
  • Memory
  • Device name
  • MAC address
  • Do Not Track
  • SSL
  • Port scan protection
  • Hardware acceleration

Automation

VirtualBrowser is base on Chromium, you can use playwright or other tools. demo(https://github.com/Virtual-Browser/VirtualBrowser/tree/main/automation)

Support and Joining

VirtualBrowser is not perfect yet. If you are interested in VirtualBrowser, you are welcome to join us through the following ways:

  1. Directly contribute code, provide features, and fix bugs.
  2. Install VirtualBrowser, visit your frequently used websites, and provide feedback on unusable situations to help solve compatibility issues.
  3. Provide experience, functional suggestions to help improve VirtualBrowser.

Contact Us

Join QQ Group

Acknowledgments

  1. fingerprintjs
  2. browserleaks
  3. Chromium
  4. vue-element-admin

About

Free anti fingerprint browser, 指纹浏览器, 隐私浏览器, 免费的web3空投专用指纹浏览器

https://virtualbrowser.cc

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vue 63.8%Language:JavaScript 32.5%Language:SCSS 3.1%Language:HTML 0.3%Language:CSS 0.2%Language:TypeScript 0.0%