Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education.
Project description
KeyDive: Widevine L3 Extractor for Android
KeyDive is a sophisticated Python script designed for precise extraction of Widevine L3 DRM (Digital Rights Management) keys from Android devices. This tool leverages the capabilities of the Widevine CDM (Content Decryption Module) to facilitate the recovery of DRM keys, enabling a deeper understanding and analysis of the Widevine L3 DRM implementation across various Android SDK versions.
[!IMPORTANT]
Support for OEM API 18+ (SDK > 33) require the use of functions extracted from Ghidra.
Features
- Automated extraction of Widevine L3 DRM keys.
- Compatibility with a wide range of Android versions (SDK > 22), ensuring broad applicability.
- Seamless extraction process, yielding essential DRM components such as the
client_id.bin
for device identification and theprivate_key.pem
for the RSA private key. - Offline extraction mode for situations without internet access.
- Command-line options for flexibility in usage.
- Support for custom functions extracted from Widevine libraries using Ghidra.
Prerequisites
Before you begin, ensure you have the following prerequisites in place:
- ADB (Android Debug Bridge): Make sure to install ADB and include it in your system's PATH environment variable for easy command-line access.
- Frida-Server: Install
frida-server
on your target Android device. This requires root access on the device. For installation instructions and downloads, visit the official Frida documentation.
Installation
Follow these steps to set up KeyDive:
- Ensure all prerequisites are met (see above).
- Install KeyDive from PyPI using Poetry:
pip install keydive
Usage
- Play a DRM-protected video on the target device.
- Launch the KeyDive script.
- Reload the DRM-protected video on your device.
- The script will automatically extract the Widevine L3 keys, saving them as follows:
client_id.bin
- This file contains device identification information.private_key.pem
- This file contains the RSA private key.
This sequence ensures that the DRM-protected content is active and ready for key extraction by the time the KeyDive script is initiated, optimizing the extraction process.
Offline Extraction Process
For situations where internet access is limited or unavailable, KeyDive supports an offline extraction mode. This mode allows for the extraction of DRM keys without an active internet connection. Follow these steps to prepare:
-
Prepare the Android Device:
- Install all necessary dependencies and tools while connected to the internet. Ensure that all software and libraries required by KeyDive are properly configured on the device. This includes making sure the device is fully prepared to handle DRM extraction in an offline environment.
-
Execute KeyDive in Offline Mode:
- Once all the preparations are complete and the device is disconnected from the internet, run the KeyDive script to extract the Widevine L3 keys. Ensure that the DRM-protected content is ready and available on the device for extraction.
For a detailed step-by-step guide on setting up and executing KeyDive without internet access, please refer to our dedicated document: Offline Mode Detailed Guide.
Command-Line Options
usage: keydive [-h] [-d <id>] [-v] [-l <dir>] [--delay <delay>] [--version] [-a] [-c <file>] [-w] [-o <dir>] [-f <file>]
Extract Widevine L3 keys from an Android device.
options:
-h, --help show this help message and exit
Global options:
-d <id>, --device <id>
Specify the target Android device ID to connect with via ADB.
-v, --verbose Enable verbose logging for detailed debug output.
-l <dir>, --log <dir>
Directory to store log files.
--delay <delay> Delay (in seconds) between process checks in the watcher.
--version Display KeyDive version information.
Cdm options:
-a, --auto Automatically open Bitmovin's demo.
-c <file>, --challenge <file>
Path to unencrypted challenge for extracting client ID.
-w, --wvd Generate WVD.
-o <dir>, --output <dir>
Output directory path for extracted data.
-f <file>, --functions <file>
Path to Ghidra XML functions file.
Extracting Functions for Advanced Usage
For advanced users looking to use custom functions with KeyDive, a comprehensive guide on extracting functions from Widevine libraries using Ghidra is available. Please refer to our Functions Extraction Guide for detailed instructions.
Temporary Disabling L1 for L3 Extraction
Some manufacturers (e.g., Xiaomi) allow the use of L1 keyboxes even after unlocking the bootloader. In such cases, it's necessary to install a Magisk module called liboemcrypto-disabler to temporarily disable L1, thereby facilitating L3 key extraction.
Credits
Special thanks to the original developers and contributors who have made KeyDive possible. This tool is the culmination of collaborative efforts, research, and a deep understanding of DRM technologies.
Disclaimer
KeyDive is intended for educational and research purposes only. The use of this tool in unauthorized testing of protected content is strictly prohibited. Please ensure you have permission before proceeding with DRM key extraction.
By using KeyDive, you acknowledge and agree to the terms of use and disclaimer stated above.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file keydive-2.0.0.tar.gz
.
File metadata
- Download URL: keydive-2.0.0.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.11 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 905e4ac8a2c3f42f1e64b6026c5bb957d608fef18eb97b797abc433f86dd3103 |
|
MD5 | 33f2d019bd8d2aa5c03327cca481a099 |
|
BLAKE2b-256 | 4db5129594bbe0c0893db88d9f4aebf549b1fcd218716760f92b2be082f3c3f2 |
File details
Details for the file keydive-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: keydive-2.0.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.11 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2469768985c8f2ae11a10bed106230440824c313851eaf6e5585a3f8cf3eff19 |
|
MD5 | aee38becaceee539a8d98a84c0a8cd68 |
|
BLAKE2b-256 | c712a5dbcfba2abf1dc447a081fd3cee9e0cb9f43f73a6cd90117d66baf2e6d6 |