Hello guys , i am really sorry for creating another thread on the same topic , but i just need a little help
hopefully i have found the solution but i just need a hint to achieve this
so i am trying to download a video from here https://www.wingfox.com/c/8752 , i know its a weird website with some high level of encryption,
i was debugging this website since from few weeks and i was looking for the decrption key should be aes 128 (16 Byte Key)
But if you look at the network tab the key is 32 bytes which is not a actual key for decyption
[Attachment 67315 - Click to enlarge]
https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.k...c1d60e5070c-m0
So i continued my debugging and messing with the javascript code i found nothing but a decrypted m3u8
original link - https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.pdx?pid=166641...device=desktop
[Attachment 67316 - Click to enlarge]
I was a dumbass that i didnt look at the m3u8 key uri carefully and i was hammering my head with other code for weeks
here is the trick this site is playing , if you look carefully the m3u8 key uri and it is different from the link of 32 byte key
https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.k...c1d60e5070c-m0Code:#EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-KEY:METHOD=AES-128,URI="https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key",IV=0x08480959f46482682d18c315bbd0b3d8
the key in m3u8 is the actual 16 byte key and i pass a token like this to m3u8 key uri
and thats probably i think the way to get the key, but i am getting a authorization errorCode:https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key?token=a736320b-0f77-4981-8c47-ec1d60e5070c-m0
[Attachment 67317 - Click to enlarge]
Can anyone help how to bypass this authorization error and download the 16 byte key
+ Reply to Thread
Results 1 to 5 of 5
-
-
Hi code47
I have been following your excellent work and your never give up attitude. Hat's off to you.
With respect to your challenge, may I suggest that you try ....
Code:streamlink --hls-segment-key-uri "https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key" "hls://www.xxxxx?token=yyyyyyyyy" best -o video.ts
Keep up your good work -
The above streamlink code is not working because the key is encrypted, can anyone pls share some tips and tricks to get the key
-
Can anyone help how to bypass this authorization error and download the 16 byte keyCode:
https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key?token=0eab252f-1c3f-40a2-9aaf-d132552bf1a7-00
HTML Code:https://files.videohelp.com/u/298918/9215d65496dbc8ae03e6f3cac35bce1e_1.key
-
[QUOTE=karapuz;2671329]
Can anyone help how to bypass this authorization error and download the 16 byte keyCode:https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key?token=0eab252f-1c3f-40a2-9aaf-d132552bf1a7-00
[HTML]https://files.videohelp.com/u/298918/9215d65496dbc8ae03e6f3cac35bce1e_1.key[QUOTE]
I appreciate for your effort but that's a 32 byte key that's not a actual key , pls read the thread again
Similar Threads
-
Download stream key challenge
By maxjrzv84 in forum Video Streaming DownloadingReplies: 1Last Post: 14th Aug 2023, 22:44 -
How download stream.mpd with the key i got??
By davidbdn1994 in forum Video Streaming DownloadingReplies: 23Last Post: 18th Jan 2023, 10:05 -
if i have the Key but i download the Encrypted video 1 or 2 month later
By Loryanam2 in forum Video Streaming DownloadingReplies: 2Last Post: 16th Dec 2021, 15:52 -
Widevine key not found
By DANNY14596 in forum Video Streaming DownloadingReplies: 15Last Post: 3rd Jun 2021, 23:54 -
Download encrypted m3u8 with available key
By ao8vofa8usibfd in forum Video Streaming DownloadingReplies: 17Last Post: 6th Apr 2021, 15:58