View Single Post
  #253  
Old 05-06-2013, 03:05 AM
muller91 muller91 is offline
Junior Member
 
Join Date: May 2013
Posts: 9
muller91 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by nacnay View Post
@muller91

you have to use latest rtmpdump by ksv to work the code u mentioned. If you dont have it get it from the link below.

Code:
http://www.mediafire.com/file/bwxugu3x319p1x5/rtmpdump-2.4.zip
Regarding password hash you have to login to your CB acc, then seach for the password hash in the page source which is begin with 'pbkdf2_sha256$........and end with ......\u003D'

or just use the following javascript to get your password hash.

Code:
javascript:var%20prm=document.getElementById('movie').childNodes[6].value;prm=prm.replace(/=/g,"&").split("&");alert(prm[25]);
Thanks a lot nacnay , you are great!

OK, I got the password hash part, but I kept getting "model status is error"?
Reply With Quote