Hello Guys
i want to download videos from https://www.wingfox.com/p/8427/163128
but there is no m3u8 or mpd
[Attachment 67177 - Click to enlarge]
it seems to be encrypted using aes 256
i have manage to get the decryption key after some javascript debugging
H8OdLUZC45OjKxrLTkcPo7NvTJX72gajOg+I/wpBa9E=
1fc39d2d4642e393a32b1acb4e470fa3b36f4c95fbda06a33a 0f88ff0a416bd1
but i am not not able to find the video url
can anyone help to find and download m3u8 url
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 30 of 40
-
Last edited by code47; 11th Oct 2022 at 06:10.
-
-
otherwise you can download this application to have the video: https://www.downloadhelper.net/
-
i tried, its not giving the correct link
[Attachment 67182 - Click to enlarge] -
hey vegeta , i have found the decrytion key , but not able to figure out m3u8 url , can you pls shed some light on this
Code:#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/playsafe/v12/9215d65496/0/9215d65496c24240c35663277dd9e920_1.key?token=c4a90a00-0999-4ffb-9704-374d533bcef5-i0",IV=0xbcc827503f38bfcfde9b30009bbe6777 #EXT-X-TARGETDURATION:11 #EXTINF:10.043000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_0.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_1.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_2.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_3.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_4.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_5.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_6.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_7.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_8.pts?pid=1665488496343X1287166&device=desktop #EXTINF:10.000000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_9.pts?pid=1665488496343X1287166&device=desktop #EXTINF:1.950000, https://hw-dts.videocc.net/9215d65496/0/1234567890123/0/d9/e9/20_1/9215d65496c24240c35663277dd9e920_1_10.pts?pid=1665488496343X1287166&device=desktop #EXT-X-ENDLIST
-
its still says not valid m3u8 file , can you pls share how did you decrypt the pdx file
[Attachment 67189 - Click to enlarge] -
-
-
i know the key encrypted but my question is how did you decrypt the pdx link to get the m3u code
It took me an hours to debug just to find out. -
-
-
this is the aes-256 key 68c01d9abac47fd1d864a67389dbcc60869e2090122ae6a9db d92c489448ca22
-
yes the video is encrypted with 128 aes and .key is encrypted with aes 256
but if you decode the response of key url
https://hls.videocc.net/playsafe/v12/9215d65496/0/9215d65496c24240c35663277dd9e920_1.k...74d533bcef5-i0
decoded base64 response - H8OdLUZC45OjKxrLTkcPo7NvTJX72gajOg+I/wpBa9E=
converted to hex - 1fc39d2d4642e393a32b1acb4e470fa3b36f4c95fbda06a33a 0f88ff0a416bd1
is the decryption key for .key file
after decrypting the key url , i got the aes 128 decrypt key for video
but the main problem is i dont know how to figure out m3u8 , after debugging for hours i am not able to find m3u8 url
this site is loading dynamic javascript
[Attachment 67197 - Click to enlarge]
chrome fail to debug this javascript as it is dynamic but the m3u8 lies in this javascript
i am not asking a step by step method to solve this issue
i just need a helping tip or hint on how to achieve this
pls -
Hopefully i have found the mp4 link , but its not allowing me to download
[Attachment 67199 - Click to enlarge] -
Found it , but anyways thanks for help
Last edited by code47; 12th Oct 2022 at 07:18.
-
-
[Attachment 67211 - Click to enlarge]
overrides the js, can help u debugger
but js not key,u need c the WebAssembly,ida or jeb
[Attachment 67212 - Click to enlarge] -
-
i have found the m3u8 and the key
[Attachment 67214 - Click to enlarge]
In m3u8 its mention aes 128 but the key is 32 bytes
in hlsdl it throws error expecting 32 character key
can someone pls help me on this
i am very close to get the video -
-
Last edited by code47; 14th Oct 2022 at 05:33.
-
does anyone know how to use this script?
https://github.com/TDenisM/APPLE-TV-4K-Downloader
please someone help meLast edited by jonatasants; 14th Oct 2022 at 14:11.
-
This all goes over my head, but people have dealt with polyv before: https://github.com/search?l=Python&q=%22player.polyv.net%22+%22hls.videocc.net%22&type=Code (needs login)
I'm not saying you will definitely find a solution in there, but you might get some ideas at the very least (and don't bug the authors, you'll probably just get ignored at best) -
Can anyone pls help
Decompile the wasm code and debug the wasm code to get decryption key
Similar Threads
-
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 -
Unable to download video from HLS URL
By ourcore in forum Video Streaming DownloadingReplies: 4Last Post: 11th Nov 2021, 07:47 -
How to download video from this URL
By cyeric20 in forum Video Streaming DownloadingReplies: 4Last Post: 20th Jan 2020, 18:37 -
how to download this online video without an url?????
By surya prakash in forum Video Streaming DownloadingReplies: 11Last Post: 28th Jun 2019, 15:46 -
How to find the url and download this video?
By nadiabr in forum Video Streaming DownloadingReplies: 1Last Post: 8th May 2018, 13:02