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
317 stars 69 forks source link

Feedback: The KEY on youku cannot be obtained #14

Closed hjkow closed 3 months ago

hjkow commented 6 months ago

Google translated

I used Google Chrome and Firefox browsers respectively, and when the extension was running, I selected Youku, but after clicking Result, the cursor was always in a circle state. KEY cannot appear. I hope the author can fix it. Thank you very much!

Original comment 我分别使用了Google Chrome和Firefox浏览器,并在扩展运行时,选择了Youku,但是点击Result后,光标一直是圆圈状态。无法出现KEY,希望作者能够修复一下,万分感谢!
FoxRefire commented 6 months ago

Logs?

1.Logs from Guesser window 2.Logs from Video window 3.HAR from Video window after extension executed

FoxRefire commented 6 months ago

Closed due to inactivity The issue will reopened when activity occurs.

hjkow commented 6 months ago

日志?

1.来自猜测窗口的日志 2.来自视频窗口的日志 3.执行扩展后来自视频窗口的 HAR image

image

Can you help me take a look

FoxRefire commented 6 months ago

Go to the Network tab and check and let me know the response of the request made by the extension

hjkow commented 6 months ago

Go to the Network tab and check and let me know the response of the request made by the extension

image image

As shown in the above figure, Youku cannot obtain it

FoxRefire commented 6 months ago

Need response body of failed request

hjkow commented 6 months ago

请求失败的响应体

There is no abnormal response subject, but the key cannot be obtained, which feels a bit stuck

FoxRefire commented 6 months ago

Then, open python/schemes/Youku.py and insert line print("DEBUG:"+res) after line 8 of the file. And could you send console log of Guesser window, not video window.

hjkow commented 6 months ago

然后,打开文件python/schemes/Youku.py并在第 8 行之后插入行print("DEBUG:"+res)。 您能否发送 Guesser 窗口的控制台日志,而不是视频窗口。

QQ截图20240515152638 QQ截图20240515152700

dreammu commented 5 months ago

Need response body of failed request

image Basically "invalid argument" in Chinese

image browser request image wvg request

It looks like wvg's request incorrectly adds [' and ']

FoxRefire commented 5 months ago

Closed in #24

dreammu commented 5 months ago

I'm requesting to reopen this issue, this is different from the situation I mentioned before. His situation is sending a request but not receiving a response, which I also encountered but I can't reproduce it stably.

FoxRefire commented 3 months ago

I also encountered but I can't reproduce it stably.

@dreammu @hjkow Is this problem still occurring? The random problems that have been occurring since fix #24 were probably caused by corsFetch, which has already been fixed. If the issue is still persisting, I will keep the issue open, but if we are sure the issue is no longer occurring or there is no response, I will close the issue.