creepjs icon indicating copy to clipboard operation
creepjs copied to clipboard

Creepy device and browser fingerprinting

Results 53 creepjs issues
Sort by recently updated
recently updated
newest added

I looked over the tls fingerprinting, You talked about but there is something I read at akamai research where they stated that bot are able to bypass to get on...

I don't have enough data on platform/device differences on these apis, but I know they are used to deep fingerpint client. Please take a look, and hoping to see them...

enhancement

Hello, @abrahamjuliot. I want to implement best practices in the tooling based on the [Vite](https://github.com/vitejs/vite) repository. The goal is to make it easier for maintainers to participate in the project...

enhancement
dependencies

Check out: https://www.testufo.com/ It will show you the screen refresh rate live. This would add entropy even for those browsers that fake the screen resolution successfully.

enhancement

Buddy I for the first time in 2 month used my pc, I opened creepjs website it shows 10+ scores on shadow and 100% on trust score I left it...

unexpected

`from selenium import webdriver from selenium.webdriver.chrome.options import Options chrome_options = Options() chrome_options.add_argument('--disable-blink-features=AutomationControlled') chrome = webdriver.Chrome(executable_path='./chromedriver.exe', chrome_options=chrome_options) chrome.get('https://abrahamjuliot.github.io/creepjs')` Invoke Chrome via the selenium package in Python, seemingly without being intercepted by...

enhancement
Research

- [x] update features - [x] make "bot pattern detected" warning silent - [x] refactor server purge function - [x] purge 45 day aging samples - [ ] reset gpu...

Tracking: v2 `https://github.com/brave/brave-browser/issues/8787` v3 `https://github.com/brave/brave-browser/issues/11770` - [x] **WebGL 1&2 Drawing**: ignored - [x] **WebGL 1&2 Vendor and Render**: ignored, with inconsistencies detected - [x] **WebGL 1&2 Parameters**: side stepped through...

enhancement

- https://www.chromium.org/updates/ua-reduction (tentative final phase: Chrome 113) - https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues Refactor and restore reduction - [x] perform `Blink` math and `NavigatorUAData` check first - [x] restore `userAgent` ``: - [ ]...

design
concept

- [x] [new UA platform version on Windows](https://www.chromestatus.com/feature/5080939765956608) - [x] [UA Client Hints](https://github.com/WICG/ua-client-hints) (flag support) - [x] [WebGPU](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) (flag support) https://web.dev/gpu/ - [ ] [WebHID](https://github.com/WICG/webhid/blob/master/EXPLAINER.md#example) - [ ] [Sensor API](https://developer.mozilla.org/en-US/docs/Web/API/Sensor_APIs)...

Research