I tried everything with with the encrypted content but I can't seem to bypass it. Is there a way to download and decrypt it?
Master m3u8 link: d1c7rzyxosh5z.cloudfront.net/spank1-watermarked_hls/master.m3u8
Stream m3u8 link: d1c7rzyxosh5z.cloudfront.net/spank1-watermarked_hls/media-1/stream.m3u8
And if it's possible, I can use some guidance on how to get those links!
Thanks.
+ Reply to Thread
Results 1 to 10 of 10
-
-
https://marintwins.com/content/107/
is it needed even though direct ts and m3u8 links are reachable?
i don't know the password. -
{"passphrase":"62eeacd8236a9","ciphertext":"+sWRFa paN8jpFmuKErBJwJ6SnuR4Q4Iwi7O1fzLGH9TDMRbh7K7JDjHx umiihe4gMnPBVGpACndmY\/eb3DzgLVpMamj859WnQEPDPtUOR+aAJRNJWzlBDxbxWBGBhBSu ","iv":"fee7a7584717ccb5ca3d88638d9fc52e","salt":" fd9c1cd127cbf0c2e086b295bef1a896"}
Code:n = "eyJwYXNzcGhyYXNlIjoiNjJlZWFjZDgyMzZhOSIsImNpcGhlcnRleHQiOiIrc1dSRmFwYU44anBGbXVLRXJCSndKNlNudVI0UTRJd2k3TzFmekxHSDlURE1SYmg3SzdKRGpIeHVtaWloZTRnTW5QQlZHcEFDbmRtWVwvZWIzRHpnTFZwTWFtajg1OVduUUVQRFB0VU9SK2FBSlJOSld6bEJEeGJ4V0JHQmhCU3UiLCJpdiI6ImZlZTdhNzU4NDcxN2NjYjVjYTNkODg2MzhkOWZjNTJlIiwic2FsdCI6ImZkOWMxY2QxMjdjYmYwYzJlMDg2YjI5NWJlZjFhODk2In0=", e = JSON.parse(atob(n)), t = e.ciphertext, r = CryptoJS.enc.Hex.parse(e.salt), i = CryptoJS.enc.Hex.parse(e.iv), n = CryptoJS.PBKDF2(e.passphrase, r, { hasher: CryptoJS.algo.SHA512, keySize: 8, iterations: 999 }), CryptoJS.AES.decrypt(t, n, { iv: i }).toString(CryptoJS.enc.Utf8) '7b226572726f72223a747275652c226d657373616765223a2249502041646472657373204c6f676765642e2e2e227d'
-
-
7b226572726f72223a747275652c226d657373616765223a22 49502041646472657373204c6f676765642e2e2e227d
->
{"error":true,"message":"IP Address Logged..."} -
https://marintwins.com/content/153/
^ seems that can be accessed without password, but still getting aes key error.
so, did they upgrade their software? that means only screen capping works.... -
hlsdl -b -K 9e75391dc6f69112a4fa69c498641cc2 "https://d1c7rzyxosh5z.cloudfront.net/booblick2-watermarked_hls/master.m3u8"
> START media_playlist_get_links
> END media_playlist_get_links
HLS Stream is AES-128 encrypted.
{"d_t":"vod"}
{"t_d":60,"d_d":0, "d_s":0}
Downloading part 0
{"t_d":60,"d_d":2,"d_s":797308}
Downloading part 1
{"t_d":60,"d_d":4,"d_s":1738436}
Downloading part 2
Downloading part 3
{"t_d":60,"d_d":8,"d_s":3628776} ... -
Code:
https://chrome.google.com/webstore/detail/stream-recorder-download/iogidnfllpdhagebkblkgbfijkbkjdmm
Last edited by karapuz; 7th Aug 2022 at 16:52.
Similar Threads
-
How do I download AES encrypted video streamed over HLS?
By Videogamer555 in forum Video Streaming DownloadingReplies: 1Last Post: 20th Jul 2022, 08:03 -
How to download aes encrypted m3u8?
By Cluelessidiot in forum Video Streaming DownloadingReplies: 6Last Post: 4th Oct 2020, 14:12 -
Help downloading AES-encrypted HLS video stream
By Woodswolf in forum Video Streaming DownloadingReplies: 26Last Post: 25th May 2019, 14:20 -
Help me with AES encrypted HLS downloading ?
By shraman in forum Video Streaming DownloadingReplies: 0Last Post: 30th Jul 2018, 06:54 -
Help downloading AES-encrypted HLS video stream
By vidder in forum Video Streaming DownloadingReplies: 3Last Post: 4th Jul 2018, 17:24