VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 32
Thread
  1. Just for fun, I want to see if anyone can rip this video from that link. I've been trying but can't seem to be able to do it. If you manage to download it, would be cool if you could share your methods.

    https://s3bubble.com/documentation/aws-mediaconvert-drm-hls-with-statickey/
    Quote Quote  
  2. okay first decode this
    Code:
    {"passphrase":"60749a0e9053e","ciphertext":"zlLMAJ0NDOjPtf9KeUGCmJpm2X75r4M+V4m65VDsjW7cW0AAn46s81zqlP1uaddu","iv":"7e460e7376cf481e271e360bf387a718","salt":"f1aad8b4a59a9ec5ea2988192ed5f8b9"}

    okay done https://imgur.com/K78y8LY
    Last edited by notaghost; 13th Apr 2021 at 01:13.
    discord=notaghost9997
    Quote Quote  
  3. Originally Posted by notaghost View Post
    okay first decode this
    Code:
    {"passphrase":"60749a0e9053e","ciphertext":"zlLMAJ0NDOjPtf9KeUGCmJpm2X75r4M+V4m65VDsjW7cW0AAn46s81zqlP1uaddu","iv":"7e460e7376cf481e271e360bf387a718","salt":"f1aad8b4a59a9ec5ea2988192ed5f8b9"}
    Image
    [Attachment 58385 - Click to enlarge]

    Like this? Is that the key? I'm new to this, just trying to learn.
    Quote Quote  
  4. How? Is there a tutorial somewhere? I've pulled the m3u8 easily but VLC player won't convert it because of the encryption/drm. Idk enough about this to get around it
    Last edited by EternalHabit; 12th Apr 2021 at 16:00.
    Quote Quote  
  5. you need to fish elsewhere
    Quote Quote  
  6. Originally Posted by [ss]vegeta View Post
    you need to fish elsewhere
    Image
    [Attachment 58394 - Click to enlarge]

    the website literally wants you to try and download it
    Quote Quote  
  7. Originally Posted by EternalHabit View Post

    Image
    [Attachment 58385 - Click to enlarge]

    Like this? Is that the key? I'm new to this, just trying to learn.
    no, i don't think that's to be understood this...
    please notaghost explain better your suggestion...
    Quote Quote  
  8. Originally Posted by lomero View Post
    no, i don't think that's to be understood this...
    please notaghost explain better your suggestion...
    i am gonna regret this but here goes nothing.

    in console of dev tool type this.
    Code:
    n = "[keys response]", 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)
    replace [keys response with keys from php file]
    it will give you keys
    see screenshot :
    Code:
    keys : 6ae95abd60de318b3af92db24b082871
    then i used hlsdl

    Code:
      hlsdl -K "6ae95abd60de318b3af92db24b082871" https://d1wkjvw8nof1jc.cloudfront.net/c5146154-c4d7-4e2d-8e37-0ca8528a2278/master_Ott_Hls_Ts_Avc_Aac_16x9_640x360p_30Hz_600Kbps.m3u8
    discord=notaghost9997
    Quote Quote  
  9. nice vibes
    Last edited by lomero; 13th Apr 2021 at 11:22.
    Quote Quote  
  10. Originally Posted by notaghost View Post
    ...
    Thank you so much.
    This is sorcery
    Quote Quote  
  11. Hello,
    Could you tell us how you find this keys which you decrypt via this command?
    Thanks!
    Quote Quote  
  12. Member
    Join Date
    Sep 2019
    Location
    maldives
    Search PM
    [QUOTE=notaghost;2616815]
    Originally Posted by lomero View Post
    no, i don't think that's to be understood this...
    please notaghost explain better your suggestion...

    will this work on SAMPLE-AES? @notaghost
    Quote Quote  
  13. Originally Posted by Whochain View Post
    Originally Posted by lomero View Post
    no, i don't think that's to be understood this...
    please notaghost explain better your suggestion...

    will this work on SAMPLE-AES? @notaghost
    No.
    discord=notaghost9997
    Quote Quote  
  14. Originally Posted by p2mgrup View Post
    Hello,
    Could you tell us how you find this keys which you decrypt via this command?
    Thanks!
    +1. I think they changed the way they pass the passphrase, or am I wrong? I DMed you notaghost.
    Quote Quote  
  15. it is still working


    discord=notaghost9997
    Quote Quote  
  16. @notaghost Thanks for sharing your knowledge. Greatly appreciated.
    Quote Quote  
  17. can some help me to install and make work 'hlsdl' cmd keep saying:

    'hlsdl' is not recognized as an internal or external command,
    operable program or batch file.

    and I already did clone https://github.com/selsta/hlsdl
    I'm new at this and I have no idea what I'm doing wrong
    Quote Quote  
  18. Originally Posted by zmaster View Post
    can some help me to install and make work 'hlsdl' cmd keep saying:

    'hlsdl' is not recognized as an internal or external command,
    operable program or batch file.

    and I already did clone https://github.com/selsta/hlsdl
    I'm new at this and I have no idea what I'm doing wrong
    Use this
    https://we.tl/t-Q4wdAl4goT
    Quote Quote  
  19. Member
    Join Date
    Jun 2007
    Location
    Syrian ArabRepublic
    Search Comp PM
    thank you for tutorial...however anybody has hlsdl which supports -k syntax.

    the one i downloaded it doesnt have this option. only the below

    Image
    [Attachment 61181 - Click to enlarge]


    or i am missing something?

    thanks
    Quote Quote  
  20. Originally Posted by SUPERIOR View Post
    thank you for tutorial...however anybody has hlsdl which supports -k syntax.

    the one i downloaded it doesnt have this option. only the below

    Image
    [Attachment 61181 - Click to enlarge]


    or i am missing something?

    thanks
    I assume you are talking about the Windows executable ?

    https://www.mediafire.com/file/yrf908c8gmacr78/hlsdl.rar/file

    Code:
    hlsdl --help
    Image
    [Attachment 61182 - Click to enlarge]
    Last edited by codehound; 7th Oct 2021 at 15:18.
    Quote Quote  
  21. Member
    Join Date
    Jun 2007
    Location
    Syrian ArabRepublic
    Search Comp PM
    perfect...thank you very much
    Quote Quote  
  22. And what about this m3u8? Domain was replaced to example.com. But how can I download it, if every single TS segment is encrypted with own key? When I request wp-admin/admin-ajax.php?action=s3bubble_proxy at original domain (I am logged in) base64 hash is changed for every request, also decoded base64 has different passphrase, ciphertext, salt and iv, everything is changing

    Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:13
    #EXT-X-MEDIA-SEQUENCE:1
    #EXT-X-PLAYLIST-TYPE:VOD
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000001
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00001.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000002
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00002.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000003
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00003.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000004
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00004.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000005
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00005.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000006
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00006.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000007
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00007.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000008
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00008.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x00000000000000000000000000000009
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00009.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x0000000000000000000000000000000A
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00010.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x0000000000000000000000000000000B
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00011.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x0000000000000000000000000000000C
    #EXTINF:12,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00012.ts
    #EXT-X-KEY:METHOD=AES-128,URI="https://example.com/wp-admin/admin-ajax.php?action=s3bubble_proxy",IV=0x0000000000000000000000000000000D
    #EXTINF:8,
    master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps/00000/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_8500Kbps_00013.ts
    #EXT-X-ENDLIST
    Is there any way, how to download it?
    Quote Quote  
  23. Originally Posted by LZAA View Post
    Url?
    I sent you a PM with information. I do not want to share it publicaly in this topic.
    Quote Quote  
  24. Can someone tell me a way to download this video?

    https://online.johnnys-net.jp/s/jno/page/live_player_test?ima=3204

    Thanks.
    Quote Quote  
  25. Originally Posted by shirobear View Post
    Can someone tell me a way to download this video?

    https://online.johnnys-net.jp/s/jno/page/live_player_test?ima=3204

    Thanks.
    yt-dlp to download the encrypted video
    Code:
    yt-dlp --allow-u "playlist_m3u8_url"
    get key from getwvkeys.cc:
    pssh from chunklist m3u8
    Code:
    AAAApXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAIUIARIQmAc5QmawG0hVlg7Kdk6a9hoIY2FzdGxhYnMiXGV5SmhjM05sZEVsa0lqb2laREppWTJKa04yRXlaall6TkRnMk5XRTRaR1ExT0RVelpESXlaamN5TkRBaUxDSjJZWEpwWVc1MFNXUWlPaUprWldaaGRXeDBJbjA9MgdkZWZhdWx0
    copy license url
    Code:
    https://license-ap-northeast-1.pr.bcovlive.com/lic/wv?token=ey<long token>
    no headers needed

    key
    Code:
    9807394266b01b4855960eca764e9af6:0b93abb611f59b6de7c215fc5a66f438
    decrypt with mp4decrypt
    Quote Quote  
  26. Thanks for the response @Elcap.

    I am a beginner when it comes to this, forgive me if I will be asking basic questions.

    1. How do we know the license URL?
    2. Where can we get the long token?

    Thanks in advanced!
    Quote Quote  
  27. 1) search "lic" from dev tool
    2) the long token is part of lic url
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!