Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#41
|
|||
|
|||
Re: The coolsport.tv challengeQuote:
very good @oelk , but really it is hard to find it this time inside swf , how the hick did u find it? |
#42
|
|||
|
|||
Re: The coolsport.tv challengeThe swf is obfuscated, so that simple 'reading' of the token won't work. It is calculated somehow everytime it has to be used. So there are some possible advances to get it:
I don't know if that's a message for me or for you (I don't record anything.), but I really dislike to be killed. (Just to inform the man who wrote this token.) |
#43
|
|||
|
|||
Re: The coolsport.tv challengeok oelk , thanx for help , we need that token again till i can figure how i can use ur method it is changed (ff3.swf)
|
#44
|
|||
|
|||
Re: The coolsport.tv challengeHas anyone had any look getting the token or a working method of getting it ?
|
#45
|
|||
|
|||
Re: The coolsport.tv challengeCode:
@lfrench%f1$w@#fkrbas |
#46
|
|||
|
|||
Re: The coolsport.tv challengeOK. Changed again. I give up. They are going to keep changing this so its a fools errand to try and keep up. Try other sites like cricfree and igoal.
|
#47
|
|||
|
|||
Re: The coolsport.tv challengeedit
edit edit Last edited by hasomaso : 06-25-2013 at 02:25 PM. |
#48
|
|||
|
|||
Re: The coolsport.tv challengeTo continue with the disassembly frenzy that began with ilive.to http://stream-recorder.com/forum/dum...ve-t16652.html. I've managed to get the obfuscated token from the coolsport's swf file. BUT somehow it's not working.
This is the token I'm getting: Code:
#atd%#$ZH Code:
rtmpdump -r rtmp://rtmp.featve.com:1935/redirect -W "http://97ff0e7e610f20512dbe-483e6ce63d68aeb3d05af6c054efb801.r29.cf1.rackcdn.com/atdedead.swf" -p "http://featve.com/player3.php?id=20829&width=640&height=460" --live --debug -y 20829 --token "#atd%#$ZH" Could it be that they have modified TEA.class inside the swf file so it's not an standard TEA decryption? PS: I can provide more details on how I got the token so we can discuss this further |
#49
|
|||
|
|||
Re: The coolsport.tv challengeOk so I've found what is going on.
It seems that the current librtmp code fails to compute the operation: Code:
sendSecureTokenResponse(TEA.decrypt("secureToken", "token")); Code:
TEA.decrypt("5b9389e825ebcca55cf84a71ddc5a13c6ae4f5ce19cd3fdbf91e1a53b3029f383461c800", "#atd%#$ZH") ed08d934-41ac-4b90-80a2-d0cacd923ae1 Where librtmp doing the same operation gives: $]m.i.eo.I#...z._hB.` Hence the server rejects the connection |
#50
|
|||
|
|||
Re: The coolsport.tv challengeOk so in the end it's not a problem with librtmp.
The problem seems to be that rtmpdump.c it's not parsing the correct token string length. As a work around invoke the token option like this: Code:
--token "#atd%#\$ZH" |
Tags: kiwisportz |
Thread Tools | |
Display Modes | |
|
|