Compare commits

...

2 Commits

Author SHA1 Message Date
TPD94 699d68ffe0 Update README.md 2022-10-21 18:59:14 -04:00
TPD94 6e587b62e6 Update README.md 2022-10-21 18:57:04 -04:00
1 changed files with 6 additions and 6 deletions

View File

@ -16,11 +16,11 @@ An Android 7-12 device that is able to be rooted.
#### Tools used
[Dumper](https://cdm-project.com/cdm-tools/l3-dumper/-/archive/main/l3-dumper-main.zip "Dumper")
[Dumper](https://cdm-project.com/CDM-Tools/L3-Dumper "Dumper")
[DumperV2](https://cdm-project.com/cdm-tools/dumperv2/-/archive/main/dumperv2-main.zip "DumperV2")
[DumperV2](https://cdm-project.com/CDM-Tools/DumperV2 "DumperV2")
[Downey](https://cdm-project.com/cdm-tools/downey/-/archive/main/downey-main.zip "Downey")
[Downey](https://cdm-project.com/CDM-Tools/Downey "Downey")
#### Optional
@ -90,9 +90,9 @@ Login as super user and create a new environment `su -`
*If you would like to check if frida-server is running connect via adb to your device in new command prompt like in step one, then use `adb shell` and then `su` and then `ps | grep frida` this should show you the process running, if it does not something went wrong* **NOTE: MAY NOT BE APPLICABLE IF MODULE WAS INSTALLED VIA FRIDA**
Download and extract [Dumper](https://cdm-project.com/cdm-tools/l3-dumper/-/archive/main/l3-dumper-main.zip "Dumper") for android 7-9
Download and extract [Dumper](https://cdm-project.com/CDM-Tools/L3-Dumper "Dumper") for android 7-9
Download and extract [DumperV2](https://cdm-project.com/cdm-tools/dumperv2/-/archive/main/dumperv2-main.zip "DumperV2") for android 10-12
Download and extract [DumperV2](https://cdm-project.com/CDM-Tools/DumperV2 "DumperV2") for android 10-12
Open a new command prompt as administrator and change directories to the newly extracted folder and run `pip3 install -r requirements.txt` and once that's finished, start the program with `python dump_keys.py`
@ -114,7 +114,7 @@ Now we will rename these files, `clent_id.bin` to `device_client_id_blob.` and r
# Step 3: Obtaining decryption keys
Download and extract [Downey](https://cdm-project.com/cdm-tools/downey/-/archive/main/downey-main.zip "Downey")
Download and extract [Downey](https://cdm-project.com/CDM-Tools/Downey "Downey")
Open a new command prompt as administrator and change directories to the newly extracted folder