Re: how to decrypt and decode png files to real file (.ass)i have take the ksv script with little adapt to decompile mulutibu swf and it work perfectly
aes.as is present inside with this fucking key XD |
Re: how to decrypt and decode png files to real file (.ass)Adapt what?
Send the KSV please. |
Re: how to decrypt and decode png files to real file (.ass)@blurg: could you share your script with us please ?
|
Re: how to decrypt and decode png files to real file (.ass)Can someone learn to us how to find the key plz ?
On the last AnimeDigital.php script of KSV, I thank I just had to replace Code:
$key = pack("C*", 48, 99, 101, 102, 56, 56, 56, 101, 56, 48, 99, 51, 49, 48, 57, 49, 54, 102, 55, 101, 97, 98, 100, 97, 54, 100, 51, 97, 51, 98, 57, 52); Code:
http://xxxxxxxxx.fr/components/com_vodvideo/mediaplayer/plugins/mulutibu/mulutibu_v4_3.fan.swf Their var _loc1_ = cc9fc322639d6d239a62a2cc0ef6d57b (it's right ?) But it's not their decrypt key, isn't it ? How to find it ? on the adnivkey.php this topic gave to us, we have Code:
$video = the url of the vide; And the 62052404d3a215d3ffff620848 is the key ? I don't think so... To be clear on what i'm asking for, how to find the latest decrypt key, and with which script can we decrypt these png ? Thx in advance for answers ! |
Re: how to decrypt and decode png files to real file (.ass)the better is extract base64 key code directly in swf with ffdecode
***.fr have change the protocole cookie to take the information automatiquely |
Re: how to decrypt and decode png files to real file (.ass)blurg skype
|
Re: how to decrypt and decode png files to real file (.ass)Well, since nobody seems to want to share the script, could someone give me the current encryption key please?
Thank you! |
Re: how to decrypt and decode png files to real file (.ass)Sleepingofrest, please help us, i don't want to steal your work, i just want to do what you are don't doing (i'm interrested in 23 series of their catalog you are don't doing)
|
Re: how to decrypt and decode png files to real file (.ass)wath the f**** is impossible to access on the site with any vpn .... ip is not ban
|
Re: how to decrypt and decode png files to real file (.ass)for the moment is not possible to get png a new protection is added ...
|
Re: how to decrypt and decode png files to real file (.ass)New ADN protection.
AES in multibu greatly changed. |
Re: how to decrypt and decode png files to real file (.ass)Nothing change, AES is still the same, no difference between september 2014 multibu and march 2015 multibu in the AES function.
But yes, protection change, and now they can block IP to get subtitle => you can show the video but not the subtitle. |
Re: how to decrypt and decode png files to real file (.ass)they are another protection inside swf
aes.as (base script) and aes_constantes.as (new script) and a few ligne in aes.as script are change (exemple ligne 147 to 171) |
Re: how to decrypt and decode png files to real file (.ass)2 Attachment(s)
Yes, if you want to see the difference between the old and the new here.
AES constantes : package com.longtailvideo.plugins.mulutibu6 { import mx.core.ByteArrayAsset; public class AES_Constantes extends ByteArrayAsset { public function AES_Constantes() { super(); } } } and public static function d(param1:String, param2:int, param3:int = 63) : String { The number after param3: int = changes every day |
Re: how to decrypt and decode png files to real file (.ass)it was just a minor change in key retrieval. rest of the algorithm is still same. i will push the update to my repository soon.
|
Re: how to decrypt and decode png files to real file (.ass)update pushed to the repository. if they only change third parameter on rotational basis then you can update the $start variable to new one to decrypt successfully. if someone can confirm that they don't change AES constants regularly then script can be further refined to work without requiring any changes at all. i have tested this script on this file.
|
Re: how to decrypt and decode png files to real file (.ass)Thanks you ! KSV !
It works perfectly ! |
Re: how to decrypt and decode png files to real file (.ass)1 Attachment(s)
thx KSV you're the best
but i have just a question about the key in your update script Code:
$key = substr("eab023e7fdc6e8c6908e116bc550aa7099d46f866436c5a763b0fbfb73a23eceb8d313f7722af47d4530bdbd96d970d8821d0707d284b585ff5".... 03/27/2015 00H20 the new mulutibu swf doesn't work even when i change $start variable |
Re: how to decrypt and decode png files to real file (.ass)aes constants are embedded as binary data in swf file. you just have to get the new constants and starting number from updated swf file. i have amended the previous commit so you can directly copy paste that data with minimal changes (replace '0x' with '\x') into script.
|
Re: how to decrypt and decode png files to real file (.ass)how to get this information automatically with a script ? exemple denobis script
Code:
<?php |
Re: how to decrypt and decode png files to real file (.ass)KSV you're a god
the old iv function are not used XD |
Re: how to decrypt and decode png files to real file (.ass)Quote:
"param3:int = 59" where 59 is the starting number for today ( $start = 59; ) ? because it's not work for me :( |
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)???
on ADN.fr videos and subtitles play fine! mulutibu.swf and png are from same session (28/03/2015) but can't decrypt it I do a other session 29/03/2015 but mulu and png from this session but can't decrypt it to! Can I post you a private message with 1 png, the mulu and your modified php from the same session? |
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)private message send
|
Re: how to decrypt and decode png files to real file (.ass)it works fine :) test your ip on website adn it is probable that your IP is ban
to see if this is the case watching a video if it does not subtitled you is banned |
Re: how to decrypt and decode png files to real file (.ass)Quote:
I hope KSV can answer me |
Re: how to decrypt and decode png files to real file (.ass)I do some tests:
the result are the same! I can play video subbed in chrome and ie but I can't decrypt png (mulutibu from chrome and ie are egal...same crc32) I dump my system memory and I can find subtitle text when play video subbed but I can do nothing with it because text is not as .ass format and text are everywhere in memory :mad: |
Re: how to decrypt and decode png files to real file (.ass)i have checked your provided files and you are modifying the script file in correct way. how are you saving the png file? i strongly suspect that you are probably issuing the new request to download the subtitle file. i suggest you try with fiddler to save the png file originally requested by browser. if some other user can share the png file for 28 and 29 march then it would be easy to compare if you got the correct file.
|
Re: how to decrypt and decode png files to real file (.ass)the png files is compress with a http gzip :) fiddler is the solution
ksv i have a question for you i send a pm :) |
Re: how to decrypt and decode png files to real file (.ass)Quote:
Thank you!!! I download png as usual (directly in browser) but it's maybe a new protection but with fiddler it's ok Thank!!!! |
Re: how to decrypt and decode png files to real file (.ass)Quote:
Quote:
|
Re: how to decrypt and decode png files to real file (.ass)to catch the png you would take it with fiddler
the png are gzip/deflate compress after use the ksv script to decrypt it |
Re: how to decrypt and decode png files to real file (.ass)New constants
0x340x610x340x630x370x340x350x300x310x340x300x360x 340x640x350x660x300x300x370x330x660x340x350x390x63 0x660x380x630x620x370x630x360x380x360x380x340x660x 320x330x360x620x320x320x350x360x620x610x360x620x38 0x640x310x310x390x660x340x650x630x360x660x300x390x 610x360x320x650x340x340x620x330x630x640x620x640x64 0x320x310x630x380x360x660x640x620x620x370x620x610x 640x300x360x340x660x370x340x620x370x350x390x310x30 0x660x390x360x310x310x630x620x630x640x620x380x660x 390x620x370x650x300x620x380x640x650x340x340x650x32 0x350x610x620x330x320x620x390x310x370x660x370x300x 310x390x640x320x370x330x660x380x650x350x380x310x33 0x610x350x630x350x390x350x650x300x37 start 63 |
Re: how to decrypt and decode png files to real file (.ass)To get the key simply search mulutibu in adownloader.
edit: Put the png in atres's folder under name adn.png |
Re: how to decrypt and decode png files to real file (.ass)Adn is again working on adownloader with de automatic decryption of the subtitles.
I've checked it with free videos. You need anyway login's parameters. Check it. Tested with http://animedigitalnetwork.fr/video/...av-1-rencontre |
Re: how to decrypt and decode png files to real file (.ass)I absolutely do not understand what you say.
Someone could make a clear and simple tutorial please. Note: adownloader not function at all with me. Thanks in advance |
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)Quote:
And how to use the script ksv I know, I'm an idiot. Only ass interested, videos are easily found on the web. A big thank you in advance. |
All times are GMT -6. The time now is 12:28 AM. |