Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
chaturbate.com: SecureToken problemsI wrote a program for Mac that allowed myself to download videos from a site using rtmpdump by entering the username of the person broadcasting. It used the -T flag of rtmpdump because the site used SecureToken authentication in its .swf file. They just updated the .swf file today and it doesn't work anymore. The code went from this:
Code:
if (_local2.secureToken != null){ this._-7E.call("secureTokenResponse", null, _-0D._-2W(_local2.secureToken, "m9z#$dO0qe34Rxe@sMYxx%")); Code:
if (_local2.secureToken != null){ this._-3a.call(_-2I._-3p(-366, 769), null, _-26._-3p(_local2.secureToken, _-2I._-3p(-344, 807))); |
#2
|
|||
|
|||
Re: SecureToken problemsstrings are encrypted now. you have to figure out the obfuscation scheme. or wait till i am back (after 3-4 days)
|
#3
|
|||
|
|||
Re: SecureToken problemsoh my god, if you figure it out i will personally send you 100 virgins for your pleasure =P
|
#4
|
|||
|
|||
Re: SecureToken problemsim just curious, but how would one go about figuring out the obfuscation scheme?
|
#5
|
|||
|
|||
Re: SecureToken problemsIs there any other way to capture the SecureToken or is deobfuscation the only way?
|
#6
|
|||
|
|||
Re: SecureToken problemsAfter doing some research it looks like the .swf file was obfuscated using SecureSWF. Hope that helps.
|
#7
|
|||
|
|||
Re: SecureToken problemsKSV, Would you mind please teaching us how to figure out the obfuscation scheme too? I'm so interested in knowing it!! A short instruction is enough, please!!
The only things that I could find on the net was, It's related to Java!! but I don't have any idea if it be right!! |
#8
|
|||
|
|||
Re: SecureToken problemsSecureToken key is still same as shown in post #1. now their flash player sends an extra command CheckPublicAccess before sending play command. you need to modify rtmp.c to emulate this. i am not interested to do so for adult websites. you are on your own. it's easy anyway. checkout the patch file in my package for similar code.
|
#9
|
|||
|
|||
Re: SecureToken problemsQuote:
|
#10
|
|||
|
|||
Re: SecureToken problemsIf you cant program, that is your problem. This is not a forum to teach that.
|
Tags: chaturbate, securetoken |
Thread Tools | |
Display Modes | |
|
|