VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



Closed Thread
Page 31 of 66
FirstFirst ... 21 29 30 31 32 33 41 ... LastLast
Results 901 to 930 of 1969
  1. Originally Posted by [ss]vegeta View Post
    Originally Posted by lub0112 View Post
    is from Hulu ?
    No, udemy.
    Hi, @[ss]vegeta, The other day I pmed you about that edit. Then I wasn't able to go past hooks but now I have manged to go to the keyboxes. Can you please pm me the edit on what should I do now because your Pm is blocked. I am on android 7 this time! I am now freaked out because that lenovo is revoked. I really need it please help me bro.

  2. jangofettbr
    Guest
    Originally Posted by myteryuser View Post
    Originally Posted by jangofettbr View Post
    I got the dumped files from Samsung Galaxy S6 Edge, running the netflix app.
    Can I please know what is your android version?
    Android 7

  3. Originally Posted by jangofettbr View Post
    Originally Posted by myteryuser View Post
    Originally Posted by jangofettbr View Post
    I got the dumped files from Samsung Galaxy S6 Edge, running the netflix app.
    Can I please know what is your android version?
    Android 7
    I tried on a s6 normal android 7 but didn't go past hooks. Did you edit something in the script?

  4. If a CDM dumped from a phone is revoked, can it be used again by re-dumping it?
    or will that device never work again?
    I'd like to know if it's better to dump from a minor device or not

  5. Member
    Join Date
    Dec 2021
    Location
    Brazil
    Search PM
    The Lenovo L3 CDM ceased to work with HBO Max tonight.

  6. jangofettbr
    Guest
    Originally Posted by myteryuser View Post
    I tried on a s6 normal android 7 but didn't go past hooks. Did you edit something in the script?
    Nothing, just root it with odin3 and a compatible firmware for my S6

  7. All GitHub cdm's now dead

  8. Of course, it's dead. You need to dump from your own device.

  9. Originally Posted by Fred122 View Post
    All GitHub cdm's now dead
    That is correct.
    Therefore I am trying to get valid dumped cdm of Android.

    I used WKS-KEYS, but final result is "unable to parse license - check protobufs".

    I appreciate someone to send me by PM.

  10. jangofettbr
    Guest
    To get the pcok keys you have to generate the correct signature header every request.
    To generate the signature you have to get the correct data and the correct hmac key, the data is them hashed in hmac-sha1 with the correct key and then base64 encoded.

  11. Hi all,

    If I give you all the info is it possible to get me a key please?

    Also a question :
    Can we recover a CDM on an H96 + style Android TV?
    Last edited by STRiCK3R; 23rd Dec 2021 at 05:46.

  12. Mates,

    every time i run wvdumper , i am receiving the below error


    ***
    Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found.
    Please ensure that the extension was compiled for Python 3.x.
    ***

    Traceback (most recent call last):
    File "C:\Users\Administrator\Desktop\dumper-main\dump_keys.py", line 4, in <module>
    import frida
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 24, in <module>
    raise ex
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 7, in <module>
    import _frida
    ImportError: DLL load failed while importing _frida: The specified module could not be found.

    i have tried 3 different versions of python, however the use remains the same.

    would please give me any hint so i can fix this?

    thanks

  13. Originally Posted by fatnasa View Post
    Mates,

    every time i run wvdumper , i am receiving the below error


    ***
    Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found.
    Please ensure that the extension was compiled for Python 3.x.
    ***

    Traceback (most recent call last):
    File "C:\Users\Administrator\Desktop\dumper-main\dump_keys.py", line 4, in <module>
    import frida
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 24, in <module>
    raise ex
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 7, in <module>
    import _frida
    ImportError: DLL load failed while importing _frida: The specified module could not be found.

    i have tried 3 different versions of python, however the use remains the same.

    would please give me any hint so i can fix this?

    thanks
    What is your main/default python version?
    Use 3.9 to lower and make sure to uninstall previous installed on other py version

    Then if your main is py 3.10
    you should run "py -3.9 dump_keys.py" if you installed frida on 3.9

    ....
    Looks like your error also when you execute "frida-ps -U"?
    that above should fix your problem

  14. when a cdm is revoked from a device for example lenovo_x705f does it mean that all devices of that model are revoked?

  15. Originally Posted by zackmark29 View Post
    Originally Posted by fatnasa View Post
    Mates,

    every time i run wvdumper , i am receiving the below error


    ***
    Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found.
    Please ensure that the extension was compiled for Python 3.x.
    ***

    Traceback (most recent call last):
    File "C:\Users\Administrator\Desktop\dumper-main\dump_keys.py", line 4, in <module>
    import frida
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 24, in <module>
    raise ex
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 7, in <module>
    import _frida
    ImportError: DLL load failed while importing _frida: The specified module could not be found.

    i have tried 3 different versions of python, however the use remains the same.

    would please give me any hint so i can fix this?

    thanks
    What is your main/default python version?
    Use 3.9 to lower and make sure to uninstall previous installed on other py version

    Then if your main is py 3.10
    you should run "py -3.9 dump_keys.py" if you installed frida on 3.9

    ....
    Looks like your error also when you execute "frida-ps -U"?
    that above should fix your problem
    thanks mate..

    yeah i am running Py 3.10.1
    and i have installed 3.8 by using py -3.8 dump_keys.py and seems to be working now

    but i have got another error :

    Traceback (most recent call last):
    File "dump_keys.py", line 14, in <module>
    device = frida.get_usb_device()
    File "D:\p3.8\lib\site-packages\frida\__init__.py", line 89, in get_usb_device
    return get_device_matching(lambda d: d.type == 'usb', timeout, **kwargs)
    File "D:\p3.8\lib\site-packages\frida\__init__.py", line 97, in get_device_matching
    return get_device_manager().get_device_matching(predicate , timeout, **kwargs)
    File "D:\p3.8\lib\site-packages\frida\core.py", line 26, in wrapper
    return f(*args, **kwargs)
    File "D:\p3.8\lib\site-packages\frida\core.py", line 58, in get_device_matching
    return Device(self._impl.get_device_matching(lambda d: predicate(Device(d)), raw_timeout))
    frida.InvalidArgumentError: device not found

    currently i have installed magisk frida module (which should run server on boot)

    i am not sure what am i missing exactly

  16. Originally Posted by fatnasa View Post
    Originally Posted by zackmark29 View Post
    Originally Posted by fatnasa View Post
    Mates,

    every time i run wvdumper , i am receiving the below error


    ***
    Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found.
    Please ensure that the extension was compiled for Python 3.x.
    ***

    Traceback (most recent call last):
    File "C:\Users\Administrator\Desktop\dumper-main\dump_keys.py", line 4, in <module>
    import frida
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 24, in <module>
    raise ex
    File "D:\Python_install\lib\site-packages\frida\__init__.py", line 7, in <module>
    import _frida
    ImportError: DLL load failed while importing _frida: The specified module could not be found.

    i have tried 3 different versions of python, however the use remains the same.

    would please give me any hint so i can fix this?

    thanks
    What is your main/default python version?
    Use 3.9 to lower and make sure to uninstall previous installed on other py version

    Then if your main is py 3.10
    you should run "py -3.9 dump_keys.py" if you installed frida on 3.9

    ....
    Looks like your error also when you execute "frida-ps -U"?
    that above should fix your problem
    thanks mate..

    yeah i am running Py 3.10.1
    and i have installed 3.8 by using py -3.8 dump_keys.py and seems to be working now

    but i have got another error :

    Traceback (most recent call last):
    File "dump_keys.py", line 14, in <module>
    device = frida.get_usb_device()
    File "D:\p3.8\lib\site-packages\frida\__init__.py", line 89, in get_usb_device
    return get_device_matching(lambda d: d.type == 'usb', timeout, **kwargs)
    File "D:\p3.8\lib\site-packages\frida\__init__.py", line 97, in get_device_matching
    return get_device_manager().get_device_matching(predicate , timeout, **kwargs)
    File "D:\p3.8\lib\site-packages\frida\core.py", line 26, in wrapper
    return f(*args, **kwargs)
    File "D:\p3.8\lib\site-packages\frida\core.py", line 58, in get_device_matching
    return Device(self._impl.get_device_matching(lambda d: predicate(Device(d)), raw_timeout))
    frida.InvalidArgumentError: device not found

    currently i have installed magisk frida module (which should run server on boot)

    i am not sure what am i missing exactly
    Read first the commands from frida site.
    You are missing adb commands to connect to your device etc...

  17. is it possible to dump a cdm from my old android tv xiaomi mi box ?

  18. hi how can i download video and 3 audios at the same time?

  19. Originally Posted by Loryanam2 View Post
    is it possible to dump a cdm from my old android tv xiaomi mi box ?
    Also I have an android TV and I ask myself the same question?
    But I also wonder how to connect it to the PC for once? It might be stupid but me and the phone is two ^^

  20. Originally Posted by STRiCK3R View Post
    Originally Posted by Loryanam2 View Post
    is it possible to dump a cdm from my old android tv xiaomi mi box ?
    Also I have an android TV and I ask myself the same question?
    But I also wonder how to connect it to the PC for once? It might be stupid but me and the phone is two ^^
    when we play a video from Netflix for example from the PC isn't the CDM downloaded to the PC itself ?
    or im wrong ?

  21. Member
    Join Date
    Dec 2021
    Location
    Brazil
    Search PM
    Is there any Discord group where we can safely, privately discuss this, and provide mutual help to each other? Like, discuss L3 dumping methods or even L1 dumping methods...

    If there is no Discord I think we should create a server.

    If there is already a Discord, PM me please

  22. Originally Posted by STRiCK3R View Post
    Originally Posted by Loryanam2 View Post
    is it possible to dump a cdm from my old android tv xiaomi mi box ?
    Also I have an android TV and I ask myself the same question?
    But I also wonder how to connect it to the PC for once? It might be stupid but me and the phone is two ^^
    I got the CDM from a T95 S1 Box (Android 7) ... box was pre-rooted so it was a simple case of install the Frida Server app from the Play Store. Use that to install the server and run it. Then ADB connect via WiFi and run the dumper script

  23. Member
    Join Date
    Dec 2021
    Location
    Brazil
    Search PM
    There are people in underground pages offering L3 CDM for €100. That's too expensive. Not to mention the extremely high risk of scam.

    The public tool, Anystream, charges €110 but that's not a full-fledged CDM, instead the tool supports just a handful of streaming platforms.

    The standard seems to be €100 for an L3 CDM. That motivates me to try this dump method. Worst part would be probably rooting my phone. I'm not in the mood to backup everything right now...

  24. Originally Posted by freesnake View Post
    There are people in underground pages offering L3 CDM for €100. That's too expensive. Not to mention the extremely high risk of scam.

    The public tool, Anystream, charges €110 but that's not a full-fledged CDM, instead the tool supports just a handful of streaming platforms.

    The standard seems to be €100 for an L3 CDM. That motivates me to try this dump method. Worst part would be probably rooting my phone. I'm not in the mood to backup everything right now...
    €100


    And as for Anystream... €110 for a gui to all the already publically available free tools... using publically leaked CDMs (which is why its mostly currently broken - except for all the decryption keys they managed to cache before the revoke)

  25. Originally Posted by T33V33 View Post
    Originally Posted by STRiCK3R View Post
    Originally Posted by Loryanam2 View Post
    is it possible to dump a cdm from my old android tv xiaomi mi box ?
    Also I have an android TV and I ask myself the same question?
    But I also wonder how to connect it to the PC for once? It might be stupid but me and the phone is two ^^
    I got the CDM from a T95 S1 Box (Android 7) ... box was pre-rooted so it was a simple case of install the Frida Server app from the Play Store. Use that to install the server and run it. Then ADB connect via WiFi and run the dumper script

    Thank you for your explanations, to connect the box to the PC at least there is a method. Now to implement it's another thing lol but thanks to you I'm moving forward a little

  26. [QUOTE=liongtwap;2641592]I make some modified to l3.py in WKS-Keys to make easier for you all. Make sure you already backup l3.py

    1. make output file (txt file) so the result will not gone. This output file in the same folder with l3.py
    Just copy and paste to the most bottom in l3.py (starting line 31 from original l3.py using Notepad++)
    Code:
    f=open("output.txt","a+")
    f.write('PSSH = ' + pssh + "\n")
    f.write('License URL = '+ lic_url + "\n")
    f.write('--KID:KEY '+ key + "\n\n")
    hi please could you send me the modified file or a screenshot of how it should look like, I tried and I was unsuccessful.

  27. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by freesnake View Post
    Is there any Discord group where we can safely, privately discuss this, and provide mutual help to each other? Like, discuss L3 dumping methods or even L1 dumping methods...

    If there is no Discord I think we should create a server.

    If there is already a Discord, PM me please
    No more discuss methods & drm & dumps & even keys in public.
    It's good idea to create private server like discord and chat staff like this.

  28. deleted
    Last edited by Loryanam2; 23rd Dec 2021 at 12:14.

  29. @ freesnake you wrote

    Is there any Discord group where we can safely, privately discuss this, and provide mutual help to each other?
    You know I love this. I'm looking forward to seeing more posts from you in which you "provide mutual help ".

  30. @naim2007 you wrote

    No more discuss methods & drm & dumps & even keys in public.
    It's good idea to create private server like discord and chat staff like this.
    You have something against the publicly sharing of knowledge. Do you believe that knowledge should be hidden? Is there some insecurity that you have that the sharing of knowledge will diminish and not enhance the amount you have? Tell me, when should we expect the return of bonfire of the vanities.




Similar Threads

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