View Single Post
  #2  
Old 05-07-2015, 07:46 AM
solaarz solaarz is offline
Valar Morghulis
 
Join Date: May 2015
Posts: 2
solaarz is on a distinguished road
Question

Re: Need help with these kind of streams (app is variable) / ReaperRtmp ?


I've searched in the cookies and found an interesting one named "ci_session". Decoded it is:

Code:
a:5:{s:10:"session_id";s:32:"3eb1745a59a50346042f89ddd5f7c02a";s:10:"ip_address";s:12:"***IP***";s:10:"user_agent";s:72:"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0";s:13:"last_activity";i:1431003489;s:9:"user_data";s:0:"";}926868732d94aee5fc5369f94f01eab3
I tried to replace the "app" with the md5-looking strings and the number after "a:" , like "5.3eb1745a59a50346042f89ddd5f7c02a" or "5.926868732d94aee5fc5369f94f01eab3" , but it didn't work.

So maybe this cookie has nothing to do with the "app" I'm looking for.
Or I miss something... like a securetoken or something else.

You can find the decoded .swf here:
HTML Code:
http://www.showmycode.com/?43d166b39b76705cc64572dce75315d5
Anyone can tell me if there is a securetoken or any key I need to record the stream? I'm not good enough to find out myself.

I've also searched in the different Source Pages but didn't find anything.

I've tried to find something with Wireshark but I don't know where and what to search...

If it can help, here are some .js :
- camlist.js:
HTML Code:
http://pastebin.com/k6pr95RZ
- videochat.js:
HTML Code:
http://pastebin.com/8SHNLdfm
- configuration.js:
HTML Code:
http://pastebin.com/6bx4qw32
If you need something else, just ask me, I don't really know what is useful.

Please need some help!
Reply With Quote