creepjs
creepjs copied to clipboard
Creepy device and browser fingerprinting
- [x] reset - [x] mobile first layout (grid or flex) - [x] css modal to view details - [x] screen animation - [x] version icons - [ ] timezone...
- [x] System from `userAgent` - [x] Timezone offest from `new Date()` - [x] moz, webkit, and apple from `CSSStyleDeclaration` - [x] moz, webkit, and apple from `contentWindow` - [x]...
1. Store the initial pure and basic fingerprint hashes in session storage 2. If either mutates, inform the user: session randomization detected
As a student has been doing a research project. It is a big data project, maybe there is a way to self host it?
Fingerprinting Chrome extensions by accessing resources related to them https://github.com/z0ccc/extension-fingerprints Nice fingerprinting collection targeted on gpu and device parameters https://github.com/Song-Li/cross_browser/tree/master/client/fingerprint P.S. Maybe start an "awesome fingerprinting" repo?😆
See: https://abrahamjuliot.github.io/creepjs/tests/iframes.html - the page load hangs because this URL is unreachable: https://github.com/abrahamjuliot/creepjs/blob/b701222b524b7f576f611ac365b724aabc6fba7d/docs/tests/iframes.js#L140 It would also be good to add an `AbortController()` to the fetch request (or any fetch requests,...
Hi there. I noticed that your [service worker test](https://abrahamjuliot.github.io/creepjs/tests/workers.html) does not seem to work properly on Safari as of 17.3 on both macOS and iOS, and it says that all...
I understand that the library is meant for educational purposes only but i believe that it would be invaluably helpful for bot prevention and moderation purposes. There is currently no...
how its getting determined in a proxied object ```- failed prototype test execution```
Hello! I am novice webdev. How do I simply install this? Where do I start? Ideally, how could I send a GTM event with the user score + details? Any...