Quote:
Originally Posted by nacnay
@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"?