View Single Post
  #285  
Old 06-17-2013, 10:05 AM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by phgonline View Post
Anyone know a script to cap password shows when I have the password to the room? Been using tubedigger but it's limited, thanks!
You can use plain rtmpdump in a command line for it. You just need to find out the Hash of the password (that you know). You will find it also (like the hash to your own password) in the html-code once you inside the room. Add it as the 5th "-C S:" parameter to the command line.

Code:
-C S:your_username 
-C S:model_name 
-C S:player_version
-C S:your_password_hash 
-C S:room_password_hash
Of course you have to grab it manually. As far as I understand it, the javascript that is given a few posts above also do the trick.
Reply With Quote