medvm / widevine_keys

This repo created for bypassing Widevine L3 DRM and obtaining keys.
450 stars 186 forks source link

Vdocipher license issue #51

Closed ghost closed 2 years ago

ghost commented 2 years ago

I do have CDM keys which I got from my mobile. I had to add one line in l3.py file in WV_Function as following so my request will be made to vdocipher server -

responses.append(requests.post(url=lic_url, headers=headers.headers, json=headers.data))

My header file looks like following -

import requests

headers = { 'authority': 'license.vdocipher.com', 'sec-ch-ua': '" Not;A Brand";v="99", "Google Chrome";v="97", "Chromium";v="97"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'sec-ch-ua-platform': '"Windows"', 'content-type': 'application/json', 'accept': '/', 'origin': 'https://d1z78r8i505acl.cloudfront.net', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', 'referer': 'https://d1z78r8i505acl.cloudfront.net/', 'accept-language': 'en-US,en;q=0.9', }

data = { "token":"TOKEN CODE': '" }

// these 2 lines are commented // response = requests.post('https://license.vdocipher.com/auth', headers=headers, json=data) // params inserted below will be passed to data-raw

token = '' provider = '' releasePid = ""

When I run l3 file, output comes as following - image

My CDM key is L3 key

Anyone help me to solve this issue.

Thanks in advance

BenQ21 commented 2 years ago

@akkishay i dumped cdm from my mobile ('client_id.bin' and 'private_key.pem') i don't know how to replace in this code... guide me i'm noob

stgmt commented 2 years ago

@akkishay i dumped cdm from my mobile ('client_id.bin' and 'private_key.pem') i don't know how to replace in this code... guide me i'm noob

u find solution? where to replace .bin and .pem

wishwa2933 commented 2 years ago

@akkishay i dumped cdm from my mobile ('client_id.bin' and 'private_key.pem') i don't know how to replace in this code... guide me i'm noob

@BenQ21 Please tell me how to dump cdm from rooted phone. please give me detailed guide to dump cdm from my phone............... I know to replace client id and private key............... I can tell you about it. So please be kind enough to tell me how to dump cdm. E mail - wsaptharanga@gmail.com

advikk commented 2 years ago

@akkishay i dumped cdm from my mobile ('client_id.bin' and 'private_key.pem') i don't know how to replace in this code... guide me i'm noob

@BenQ21 Please tell me how to dump cdm from rooted phone. please give me detailed guide to dump cdm from my phone............... I know to replace client id and private key............... I can tell you about it. So please be kind enough to tell me how to dump cdm. E mail - wsaptharanga@gmail.com

mailed you. check it

medvm commented 2 years ago

use notaghost's script for this site

wilsonssss commented 2 years ago

use notaghost's script for this site

Could you pls share link?🙏

medvm commented 2 years ago

scripts

wilsonssss commented 2 years ago

Hhh, I know him, from v d o help. May be better if del your comment

medvm commented 2 years ago

Hhh, I know him, from v d o help. May be better if del your comment

why would I delete it? getwvkeys is a public resource, anyone can google it