Hi guys,
I tried to get L1. But all the Information I found, are devices, witch are revoked.
Somebody can share some information (PM) to do this or know, where to buy ?
BR
+ Reply to Thread
Results 1 to 12 of 12
-
-
-
I am aware of the risk of revoked. But has no one from this forum ever bought something or had a good or bad experience?
Sellers can be found, but anonymously and not cheaply. So there is a high risk, to lost the money.
And if i have a device and found an Exploid. After extracting keybox, magic byte (so I am sure, ist valid data). How to continue ? How is a valid l1 wvd created? is this information also secret? -
I have also a few questions.
When asking about .... the only thing I got was offer to purchase one for $500
and that the person was scammed before etc........
(I rather purchase a Pixel or what over device it can dump the L1 for $x00,
get the L1 and re-sell the device with loss of $100-$200 = cost of L1,
then pay for it to someone) ......
Does any L1 (or L3) also support VMP?
Is the L1 CHROME or ANDROID or both?
VMP is CHROME or ANDROID or both?
Code:client_id.bin -> device_client_id_blob private_key.pem -> device_private_key ?.? -> device_vmp_blob
Code:pywidevine create-device --help pywidevine create-device -k private_key.pem -c client_id.bin -v xxxxxxxx.xxx -t CHROME -l 1 pywidevine create-device -k private_key.pem -c client_id.bin -v xxxxxxxx.xxx -t ANDROID -l 1
-
-
Last edited by T33V33; 7th May 2024 at 08:27.
-
-
The old Vinetrimmer leak keybox provisioning script don't work for me.
If I sniff the communication of the device, I can see the answer of the request like this:
{
"header": {},
"signedResponse": „xxx“,
"kind": "certificateprovisioning#certificateProvisioningRe sponse"
}
The answer from the leaked script is:
{
"error": {
"code": 400,
"message": "Invalid Value",
"errors": [
{
"message": "Invalid Value",
"domain": "global",
"reason": "invalid"
}
]
}
}
The generated string is similar in structured and has same lengh of the device generated:
....create?key=data_the_same&signedRequest=data_di fferent + signatur
first part is same of script and device, only the signed request ist different.
I don't understand exact how this is request is created with Protobuf. If anyone has an idea and can help, will be nice.Last edited by Kaba; 19th May 2024 at 04:30.
-
https://github.com/weapon121/Widevine-L3-CDM-Give-away feel you free and take all you wants
-
Last edited by marioeivissa; 1st Jun 2024 at 09:42.