https://github.com/foxrefire/eme-fingerprinting
POC of device identification using EME(Widevine)
https://github.com/foxrefire/eme-fingerprinting
browser-detection browser-fingerprint browser-fingerprint-check browser-fingerprinting browser-forensic drm encrypted-media-extensions fingerprint fingerprinting forensics javascript privacy security widevine widevine-drm widevinecdm
Last synced: 4 months ago
JSON representation
POC of device identification using EME(Widevine)
- Host: GitHub
- URL: https://github.com/foxrefire/eme-fingerprinting
- Owner: FoxRefire
- License: agpl-3.0
- Created: 2024-08-04T05:39:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:07:38.000Z (about 1 year ago)
- Last Synced: 2024-10-31T08:06:46.897Z (12 months ago)
- Topics: browser-detection, browser-fingerprint, browser-fingerprint-check, browser-fingerprinting, browser-forensic, drm, encrypted-media-extensions, fingerprint, fingerprinting, forensics, javascript, privacy, security, widevine, widevine-drm, widevinecdm
- Language: JavaScript
- Homepage: https://foxrefire.github.io/eme-fingerprinting/
- Size: 43.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EME Fingerprinting
POC of device identification using EME(Widevine)
# Demo
https://foxrefire.github.io/eme-fingerprinting/
# Third-party libraries/Referenced code
* [widevine_eme_fingerprinting](https://github.com/Avalonswanderer/widevine_eme_fingerprinting/blob/main/script_eme_full.js)([GPL-3.0](https://github.com/Avalonswanderer/widevine_eme_fingerprinting/blob/main/LICENSE)) //For getting challenge
* [protobuf.js](https://github.com/protobufjs/protobuf.js/)([Custom License](https://github.com/protobufjs/protobuf.js/blob/master/LICENSE)) //Parsing challenge
* [Pywidevine](https://github.com/devine-dl/pywidevine/blob/master/pywidevine/license_protocol.proto)([GPL-3.0](https://github.com/devine-dl/pywidevine/blob/master/LICENSE)) //Parsing challenge