medvm / widevine_keys

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

Add vdocipher support #35

Closed wishwa2933 closed 2 years ago

wishwa2933 commented 2 years ago

Add vdocipher support

Input MPD URL: https://d1z78r8i505acl.cloudfront.net/media/ChIa1gxFQGBuI/7065244f/stream.mpd License URL: https://license.vdocipher.com/auth Unable to find PSSH in mpd. Edit getPSSH.py or enter PSSH manually: AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2NpcGhlcjoyMjhlNWM4Y2JlMGE0NTA0ODE0MDBhZTVlODk3NGM5Y0jj3JWbBg==

PSSH obtained. AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2NpcGhlcjoyMjhlNWM4Y2JlMGE0NTA0ODE0MDBhZTVlODk3NGM5Y0jj3JWbBg==

license response status: <Response [403]> server reports: {"code":2011,"message":"request unwrapping failed"} server did not issue license, make sure you have correctly pasted all the required headers in the headers.py. Also check json/raw params of POST request.

This is the curl converter code : headers = { 'authority': 'license.vdocipher.com', 'accept': '/', 'access-control-request-method': 'POST', 'access-control-request-headers': 'content-type', 'origin': 'https://d1z78r8i505acl.cloudfront.net', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'cross-site', 'sec-fetch-dest': 'empty', 'referer': 'https://d1z78r8i505acl.cloudfront.net/', 'accept-language': 'en-US,en;q=0.9,si;q=0.8', } response = requests.options('https://license.vdocipher.com/auth', headers=headers)

Screenshot (10) Screenshot (11) Screenshot (12) Screenshot (13) Screenshot (14) Screenshot (15)

Please add vdocipher site............................

medvm commented 2 years ago

Did you dumped new non-leaked CDM from your android device? In case not use wvdumper, it requires rooted android phone with OS 6.0.1 < version <=9 and frida-server installed. Before that, you can check which version of wv your phone supports using drm-info app. The dumper only supports l3. Good luck)

wishwa2933 commented 2 years ago

Thank you sir. I will try.....

ghost commented 2 years ago

Heyy. Were you successful while getting license key from vdocipher? @wishwa2933