View Single Post
  #251  
Old 05-06-2013, 02:08 AM
nacnay nacnay is offline
Junior Member
 
Join Date: Dec 2012
Posts: 4
nacnay is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


@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]);
Reply With Quote