FoxRefire / wvg

Chrome/Firefox extension for pen-testing to retrieve encryption keys of Widevine protected content !DON'T DECRYPT CONTENT UNLESS YOU HAVE THE RIGHT TO DO IT!
GNU Affero General Public License v3.0
234 stars 54 forks source link

could be possible to add scheme of skyshowtime ? #40

Closed libero08 closed 2 months ago

libero08 commented 2 months ago

I open as issue , because i dont get answer in forum: could be possible to add scheme of skyshowtime europe . i own account , and i can provide all you need.for do that.

FoxRefire commented 2 months ago

I have checked the HAR file of this license server that I previously received from the form and it is CommonWV(raw format challenge/license).

First, add the license server URL pattern to blockRules.conf and see if it works with license blocking enabled(Right-click menu --> Enable License Blocking). When license blocking is enabled, video playback should be temporarily fail, which is normal. This blocks requests to the license server, thus preventing bearer tokens from being consumed. Please report back if this works correctly.

If not, please check if your Android device can play content from a web browser (not from native app). If that did not work either, it is likely that the license server is blocking the particular platform, making it difficult to fix.

libero08 commented 2 months ago

After enable license blocking, video playback stops. then after i refresh page i get this : sso

FoxRefire commented 2 months ago

Describe the response body of the failed license request from Network tab of Devtool.

And can you play videos from this site from the web browser(not from app) of your Android device? If this is not done, it will probably be difficult to correct.

libero08 commented 2 months ago

error on netwoirkpage when asking for guess keys with extension>

{errorCode: "OVP_00306", description: "Security failure"} description : "Security failure" errorCode : "OVP_00306" If i want to play from webpage of ndroid chrome, return me a message for invite to use apk.

sso

FoxRefire commented 2 months ago

If i want to play from webpage of ndroid chrome, return me a message for invite to use apk.

Does this fail as well as if you load the page in desktop mode? If you cannot play the video from your web browser of your phone, it is impossible to fixes the issue.

FoxRefire commented 2 months ago

Squashed with #44