Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 08-23-2015, 12:19 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Secure token issue


Quote:
Originally Posted by drbmn View Post
http://atresdownloader.com/teadecrypt.php

if you look the flash within you'll see that the token is computed so:

private var _typeOfServerAccepted:String = "937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f" ;

_typeOfServer = TEA.decrypt(_typeOfServerAccepted,"0x0000");

"937a417fd8b8aaa672743035cd18f1d9b31c82f628c16 00f" as securetoken

"0x0000" as key.

not 100% sure how denobis found the 937a417xxx part.
ok thanks
Reply With Quote
  #12  
Old 08-23-2015, 07:52 PM
mybeststream mybeststream is offline
Junior Member
 
Join Date: Aug 2015
Posts: 8
mybeststream is on a distinguished road
Default

Re: Secure token issue


Ok time to fix this, and seal the player, wait there ah and remember, ovcast_live_streaming token was dumb for a reason!
Reply With Quote
  #13  
Old 08-23-2015, 07:52 PM
spacechild spacechild is offline
Junior Member
 
Join Date: Apr 2014
Posts: 27
spacechild is on a distinguished road
Default

Re: Secure token issue


Quote:
Originally Posted by drbmn View Post
http://atresdownloader.com/teadecrypt.php

if you look the flash within you'll see that the token is computed so:

private var _typeOfServerAccepted:String = "937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f" ;

_typeOfServer = TEA.decrypt(_typeOfServerAccepted,"0x0000");

"937a417fd8b8aaa672743035cd18f1d9b31c82f628c16 00f" as securetoken

"0x0000" as key.

not 100% sure how denobis found the 937a417xxx part.

Thanks for your help and suggestions!
Reply With Quote
  #14  
Old 08-23-2015, 07:54 PM
drbmn drbmn is offline
Member
 
Join Date: May 2012
Posts: 145
drbmn is on a distinguished road
Default

Re: Secure token issue


Quote:
Originally Posted by mybeststream View Post
Ok time to fix this, and seal the player, wait there ah and remember, ovcast_live_streaming token was dumb for a reason!
You failed the first time, you will fail again.
Reply With Quote
  #15  
Old 08-23-2015, 08:06 PM
mybeststream mybeststream is offline
Junior Member
 
Join Date: Aug 2015
Posts: 8
mybeststream is on a distinguished road
Default

Re: Secure token issue


Ok, since TEA encryption is a pretty old standard, and if i start using AES with a dynamic key based on UTC on server and on player, are you sure that you can find it?

Quote:
Originally Posted by drbmn View Post
Are you stupid? i'm pretty sure if i can rip from Amazon i can rip your shitty SD Streams.
No my friend, im not stupid, and believe im better than you. Wait for it.
Reply With Quote
  #16  
Old 08-24-2015, 06:42 AM
drbmn drbmn is offline
Member
 
Join Date: May 2012
Posts: 145
drbmn is on a distinguished road
Default

Re: Secure token issue


Quote:
Originally Posted by mybeststream View Post
Ok, since TEA encryption is a pretty old standard, and if i start using AES with a dynamic key based on UTC on server and on player, are you sure that you can find it?



No my friend, im not stupid, and believe im better than you. Wait for it.
Will give it my damn best to crack your crap!
Reply With Quote
  #17  
Old 08-24-2015, 01:43 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Secure token issue


Hi,

datas you can find in AS part of the file.
Code:
      private var _typeOfServer:String;
      
      private var _typeOfServerAccepted:String = "937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f";
      
      private var _video:Video;
      
      private var _loading:Boolean = false;
      
      private var _afterLoading:Function = null;
      
      private var _typeOfSmoothStream:String = "165269f7b36c725e8f4a34008a7d1ffd2cd01ba60fab039323f3de76da42d305";
      
      public function RTMPMediaProvider(param1:Boolean = true)

---------
trait Qname(PrivateNamespace("com.longtailvideo.jwplayer.media:RTMPMediaProvider"),"_typeOfServerAccepted") slot slotid 0 type Qname(PackageNamespace(""),"String") value Utf8("937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f")
---------

            if(param1.info.secureToken != undefined)
            {
               _typeOfServer = TEA.decrypt(_typeOfServerAccepted,"0x0000");
               _loc6_ = TEA.decrypt(param1.info.secureToken,_typeOfServer);
               _connection.call("secureTokenResponse",null,_loc6_);
               ExternalInterface.call("console.log","Anti-Theft Player v.1.1 (info@rte.pm)");
---------
937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f
0x0000
= ovcast_live_streaming
---------

               _application = TEA.decrypt(_typeOfSmoothStream,"0x0020");
---------
165269f7b36c725e8f4a34008a7d1ffd2cd01ba60fab039323f3de76da42d305
0x0020
= rtmpe://l.mybeststream.xyz/r/
---------
greetz
Reply With Quote
  #18  
Old 08-24-2015, 02:42 PM
mybeststream mybeststream is offline
Junior Member
 
Join Date: Aug 2015
Posts: 8
mybeststream is on a distinguished road
Default

Re: Secure token issue


Hmm hmm, yeah yeah...

Try now.

PS: Next time if someone crack it, the code will be obfuscated, and i'll put some entropy among the generation process.
Reply With Quote
  #19  
Old 08-24-2015, 05:33 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Secure token issue


Hi,

your streams are no more working now and player in browser loads endless. Other streams of deltatv are working.I get this... (can't post all values correctly and in one line in code tags below)
Code:
?‹e	w?g3G“?§™s;
f
€™Ä?¨
Nice is also that...so I think you wanted to send drbmn a message with that or was it a invitation to drbmn to come in private now? Just joking a little of course.
Code:
PLEASE, **** MY BIG HEAD ****, I TOLD YOU I'M BETTER THAN YOU!
Anyway so I can't test it if your streams are no more working.

greetz
Reply With Quote
  #20  
Old 08-24-2015, 06:42 PM
mybeststream mybeststream is offline
Junior Member
 
Join Date: Aug 2015
Posts: 8
mybeststream is on a distinguished road
Default

Re: Secure token issue


Quote:
Originally Posted by troller12 View Post
Hi,

your streams are no more working now and player in browser loads endless. Other streams of deltatv are working.I get this... (can't post all values correctly and in one line in code tags below)
Code:
?‹e	w?g3G“?§™s;
f
€™Ä?¨
Nice is also that...so I think you wanted to send drbmn a message with that or was it a invitation to drbmn to come in private now? Just joking a little of course.
Code:
PLEASE, **** MY BIG HEAD ****, I TOLD YOU I'M BETTER THAN YOU!
Anyway so I can't test it if your streams are no more working.

greetz
Yes they are working 100% now, I was finishing something, and yes that's a message for all who try to steal whats on my servers.
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:15 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons