Guide Guide for getting DRM content. (WIP)

DTBH

Lurker
Aug 15, 2023
1
0
4
0fya082315al84db03fa9bf467e3.png
Two quick questions
1. I downloaded the correct frida server but there was nothing to "extract", it was an .xz file I changed into the ANDROID file by getting rid of .xz in the name
2. I tried doing the manual way and encountered this error (2nd line is error):

"generic_x86_arm:/ # /data/local/tmp/frida-server-16.1.3-android-x86"
/system/bin/sh: /data/local/tmp/frida-server-16.1.3-android-x86: not executable: magic FD37
 

Applejuice

Lord Of The Juice 🧃
Mar 11, 2022
862
115,471
2,518
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Hiya. Let's make it yourself easier easier by using the extension:
Please, Log in or Register to see links and images

Download the zip, extract it somewhere. Head into your extension location on your browser. Enable developer mode and then "load unpacked"
Select the extracted folder and it should now be available for usage. Then head over to onlyfans. Login and press the extension icon and you'll see the needed info.
 

aloy786

Fan
Mar 17, 2022
5
67
380
0fya082315al84db03fa9bf467e3.png
For some reason exe is missing from the apps in the platform-tools folder. I guessing that’s a bad thing right?
 

Felixstowe

Bathwater Drinker
Mar 11, 2022
95
5,658
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I've got the exact same challenge, after half a day of doing this I believe I've gone through all the steps and thought this would be it. However, I am still getting no blob or key found (despite renaming ext to .file and being saved under chrome) and now the auth is failing despite all the details being correct. Any ideas or suggestions will be very much appreciated. The auth worked prior on none DRM protected downloads when I hadn't attempted the blob / key steps.

OF DL message below - why now woud auth be failing?

auth.json located successfully!
config.json located successfully!
yt-dlp.exe located successfully!
ffmpeg.exe located successfully!
mp4decrypt.exe located successfully!
WARNING No device_client_id_blob found, you will not be able to download DRM protected videos without this
WARNING No device_private_key found, you will not be able to download DRM protected videos without this
A tutorial to get these 2 files can be found here:
Auth failed, please check the values in auth.json are correct, press any key to exit
 

sim0n00ps

Bathwater Drinker
Mar 11, 2022
779
22,894
1,574
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Well I'd log in and re-copy everything even if you think it's correct already, stuff like your user-agent can change without you realising. In terms of the device_client_id_blob and device_private_key they don't need any extension so I'm not sure what you mean when you say you gave them the .file extension as the files require no extension at all so they are just raw files.
 
  • Like
Reactions: Felixstowe

Applejuice

Lord Of The Juice 🧃
Mar 11, 2022
862
115,471
2,518
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
You do not need to rename the file to ".file" at the end.
So do not name it: "device_client_id_blob.file"

Make it yourself easier and in your file explorer go to view and select "view file extension"

That way you will always see the file extension.

Now go ahead and rename the files.
Original nameOriginal file extensionNew nameNew file extension
client_id.binBIN filedevice_client_id_blobFile
private_key.pemPEM filedevice_private_keyFile
 
Last edited:

Felixstowe

Bathwater Drinker
Mar 11, 2022
95
5,658
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
sim0n00ps thank you - despite not logging in too long ago and subsequently logging back in, the sess code had changed and this time it was accepted.

Applejuice thank you also, your advice worked, the file extension was FILE instead of file, so after changing the file path and then deleting the subsequent .file from the file name enabled this to work.

Honestly thanks again both of you - this was turning out to be a bad end to a day of graft to get this working. All sorted! (y)
 
  • peepoD
Reactions: Applejuice

mr.mercedes

Tier 3 Sub
Mar 12, 2022
43
332
439
0fya082315al84db03fa9bf467e3.png
im getting an issue

File "C:\Users\Admin\AppData\Local\Programs\Python\Python311\Lib\site-packages\frida\core.py", line 1010, in attach
return Session(self._impl.attach(self._pid_of(target), **kwargs)) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
frida.ServerNotRunningError: unable to connect to remote frida-server: closed