Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-03-2013, 01:23 PM
chitawar chitawar is offline
Junior Member
 
Join Date: Feb 2013
Posts: 17
chitawar is on a distinguished road
Default

help token


hello quisera ask for help to find the token in dinozap this is the channel:

http://www.dinozap.tv/redirect/chann...tostart= true

and this is what I captured:

rtmpdump -r "rtmpe://184.75.213.50:1735/vod" -a "vod" -f "WIN 11,6,602,171" -W "http://93.114.45.68/jwplayer5/player.swf" -p "http://www.dinozap.tv/redirect/embedredi.php?c=111&width=720&height=440&autostart =true&tk1=O9CIxPEml6ubA9NS1nu1zKIQbfE8CMkOLiFjAZMt U8Q%3D&tk2=713dTcBcMa%2FpkgRfN3rk7lSvpCCc7pflp5e8c 5dGb7k%3D&tk3=0iw3nPPpqjzJiOxi1GkUBUlPe4h%2BspnJ%2 FuvlGtekF28%3D" -y "abonovip.eu" -o "abonovip.eu.flv"

I have been looking into the sfw with:

http://www.showmycode.com/

but can not find it anywhere token. have if you can help me learn to get the token. to avoid having to ask for them at all times. a greeting
Reply With Quote
  #2  
Old 03-03-2013, 01:26 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by chitawar View Post
hello quisera ask for help to find the token in dinozap this is the channel:

http://www.dinozap.tv/redirect/chann...tostart= true

and this is what I captured:

rtmpdump -r "rtmpe://184.75.213.50:1735/vod" -a "vod" -f "WIN 11,6,602,171" -W "http://93.114.45.68/jwplayer5/player.swf" -p "http://www.dinozap.tv/redirect/embedredi.php?c=111&width=720&height=440&autostart =true&tk1=O9CIxPEml6ubA9NS1nu1zKIQbfE8CMkOLiFjAZMt U8Q%3D&tk2=713dTcBcMa%2FpkgRfN3rk7lSvpCCc7pflp5e8c 5dGb7k%3D&tk3=0iw3nPPpqjzJiOxi1GkUBUlPe4h%2BspnJ%2 FuvlGtekF28%3D" -y "abonovip.eu" -o "abonovip.eu.flv"

I have been looking into the sfw with:

http://www.showmycode.com/

but can not find it anywhere token. have if you can help me learn to get the token. to avoid having to ask for them at all times. a greeting

try this

Code:
-T "#ro%g0#r@1"
Reply With Quote
  #3  
Old 03-03-2013, 05:21 PM
chitawar chitawar is offline
Junior Member
 
Join Date: Feb 2013
Posts: 17
chitawar is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by hasomaso View Post
try this

Code:
-T "#ro%g0#r@1"
With that token code gives me error:

Quote:
Microsoft Windows [Versión 6.1.7601]
Copyright (c) 2010. Www.WarezVirtual.Com

C:\Users\Administrador>rtmpdump -r "rtmpe://184.75.213.50:1735/vod" -a "vod" -f
"WIN 11,6,602,171" -W "http://93.114.45.68/jwplayer5/player.swf" -p "http://www.
dinozap.tv/redirect/embedredi.php" -T "#ro%g0#r@1" -y "abonovip.eu" -o "abonovip
.eu.flv"
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)

C:\Users\Administrador>
I wonder how do you get the token. thank you very much for helping


Edit: I read that probably my pc problem. I tested with this application:

http://fmsguru.com/FreeApps/connectiontester.cfm

and this is the result:

RMTP Default Success 15.9s
RMTP Port 1935 Success 15.9s
RMTP Port 80 Success 15.9s
RMTP Port 443 Success 15.9s
RMTPT (Tunneling) Default Success 16.7s
RMTPT (Tunneling) Port 80 Success 19.2s
RMTPT (Tunneling) Port 443 Success 16.8s
RMTPT (Tunneling) Port 1935 Success 16.8s
Reply With Quote
  #4  
Old 03-03-2013, 05:34 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: help token


Decompile the SWF and you will find the secureToken.

The secure Token is #ro%g0#r@1

If you run your RTMPDump command from within a batchfile you need to escape the reserved character '%' with '%%'.

-T "#ro%%g0#r@1"

Code:
rtmpdump -r "rtmpe://184.75.213.82:1735/vod" -a "vod" -f "WIN 11,6,602,171" -W "http://93.114.45.68/jwplayer5/player.swf" -p "http://www.dinozap.tv/redirect/embedredi.php?c=111&width=720&height=440&autostart=true&tk1=HWDvdPrnrqE9mzzyrN55mL9wYZP1hJs93the5X6qOwo%3D&tk2=D9MIgWC1tWCADPfZ9JFTIZY27gGZP6KKjZq4TdaKOVI%3D&tk3=QGw%2F24ygYGmY3SFBKej1ffGDO77mvQSAmiTSgfc9AyI%3D" -T "#ro%%g0#r@1" -y "abonovip.eu" -o "abonovip.eu.flv"
Reply With Quote
  #5  
Old 03-03-2013, 05:56 PM
chitawar chitawar is offline
Junior Member
 
Join Date: Feb 2013
Posts: 17
chitawar is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by AmazingMatze View Post
Decompile the SWF and you will find the secureToken.

The secure Token is #ro%g0#r@1

If you run your RTMPDump command from within a batchfile you need to escape the reserved character '%' with '%%'.
testing the new token gives me another error:

Quote:
Microsoft Windows [Versión 6.1.7601]
Copyright (c) 2010. Www.WarezVirtual.Com

C:\Users\Administrador>rtmpdump -r "rtmpe://184.75.213.82:1735/vod" -a "vod" -f
"WIN 11,6,602,171" -W "http://93.114.45.68/jwplayer5/player.swf" -p "http://www.
dinozap.tv/redirect/embedredi.php?c=111&width=720&height=440&autostart =true&tk1=
HWDvdPrnrqE9mzzyrN55mL9wYZP1hJs93the5X6qOwo%3D&tk2 =D9MIgWC1tWCADPfZ9JFTIZY27gGZP
6KKjZq4TdaKOVI%3D&tk3=QGw%2F24ygYGmY3SFBKej1ffGDO7 7mvQSAmiTSgfc9AyI%3D" -T "#ro%
%g0#r@1" -y "abonovip.eu" -o "abonovip.eu.flv"
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

C:\Users\Administrador>
thank you very much to all who are helping me
Reply With Quote
  #6  
Old 03-03-2013, 06:49 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: help token


Are you sure that you closed your browser window before executing the command?

This is the RTMPDump version I used:
Code:
http://stream-recorder.com/forum/showpost.php?p=60019&postcount=10
And even this abbreviated command worked for me:

Code:
rtmpdump -r "rtmpe://184.75.213.82:1735/vod/abonovip.eu" -p "http://www.dinozap.tv/" -T "#ro%%g0#r@1" -o "abonovip.eu.flv"
You pasted it into a .txt file and saved it as .bat, right?
Reply With Quote
  #7  
Old 03-03-2013, 07:08 PM
chitawar chitawar is offline
Junior Member
 
Join Date: Feb 2013
Posts: 17
chitawar is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by AmazingMatze View Post
Are you sure that you closed your browser window before executing the command?

This is the RTMPDump version I used:
Code:
http://stream-recorder.com/forum/showpost.php?p=60019&postcount=10
And even this abbreviated command worked for me:

Code:
rtmpdump -r "rtmpe://184.75.213.82:1735/vod/abonovip.eu" -p "http://www.dinozap.tv/" -T "#ro%%g0#r@1" -o "abonovip.eu.flv"
You pasted it into a .txt file and saved it as .bat, right?
now it works. the problem is that it ran directly from cmd. to save the bat txt me works perfect. thank you very much.

Code:
rtmpdump -r "rtmpe://184.75.213.82:1735/vod" -a "vod" -f "WIN 11,6,602,171" -W "http://93.114.45.68/jwplayer5/player.swf" -p "http://www.dinozap.tv/redirect/embedredi.php" -T "#ro%%g0#r@1" -y "abonovip.eu" -o "abonovip.eu.flv"
I could say that I find the token sfw. I looked here:

http://www.swfdecrypt.com/

I have been testing Flash Decompiler Trillix, SWFInvestigator, Hash & SizeSWFPlayer. but I have not found in either the token. I downloaded the sfw mozilla watching the page information in half and save as.
Reply With Quote
  #8  
Old 03-03-2013, 07:30 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: help token


Try flasm. This pretty ancient tool still does the job (for this particular SWF):
Code:
http://www.nowrap.de/flasm.html
http://www.nowrap.de/download/flasm16win.zip
Code:
Usage: flasm -x player.swf
Or you can try dumping the process memory of the Adobe Flash player components:

Code:
FlashPlayerPlugin_11_6_602_171.exe
plugin-container.exe
If you have Windows 7 open the Task Manager and rightclick these processes and create a dump file.

If you don't have Windows 7 use ProcDump:

Code:
http://technet.microsoft.com/en-us/sysinternals/dd996900
Now open the decompressed .swf or the .dmp with a HexEditor e.g. (hXXp://mh-nexus.de/en/programs.php) and watch out for the usual suspects (like: secureToken, sharedsecret etc.)
Reply With Quote
  #9  
Old 03-03-2013, 07:47 PM
chitawar chitawar is offline
Junior Member
 
Join Date: Feb 2013
Posts: 17
chitawar is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by AmazingMatze View Post
Try flasm. This pretty ancient tool still does the job (for this particular SWF):
Code:
http://www.nowrap.de/flasm.html
http://www.nowrap.de/download/flasm16win.zip
Code:
Usage: flasm -x player.swf
Or you can try dumping the process memory of the Adobe Flash player components:

Code:
FlashPlayerPlugin_11_6_602_171.exe
plugin-container.exe
If you have Windows 7 open the Task Manager and rightclick these processes and create a dump file.

If you don't have Windows 7 use ProcDump:

Code:
http://technet.microsoft.com/en-us/sysinternals/dd996900
Now open the decompressed .swf or the .dmp with a HexEditor e.g. (hXXp://mh-nexus.de/en/programs.php) and watch out for the usual suspects (like: secureToken, sharedsecret etc.)
thank you very much for everything.

with me pluging container generates this file:

plugin-container.DMP
FlashPlayerPlugin_11_6_602_171.DMP

With what program I can open it? I've tried with a edithex but I get a lot of numbers and can not find the option to put normal. Show me a program that I can serve. the Flasm've tried but not working. I can not open the program, I guess it's because I have windows 7.
Reply With Quote
  #10  
Old 03-03-2013, 09:19 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by chitawar View Post
plugin-container.DMP
FlashPlayerPlugin_11_6_602_171.DMP

With what program I can open it?
I already told you: Any HexEditor is fine. I use HxD - Hexeditor.

Quote:
Originally Posted by chitawar View Post
I've tried with a edithex but I get a lot of numbers and can not find the option to put normal.
Really? You gotta be kidding me. There is no such thing to "put it normal". Get familiar with how to use a HexEditor and what it does if you are so interested in obtaining this token.

Quote:
Originally Posted by chitawar View Post
Show me a program that I can serve.
Doubtful that there is a one-click noob friendly proggie for that.

Anyway, if you want to give it another shot:

There are two instances of FlashPlayerPlugin_*.exe running.
Usually the process that occupies more memory contains the secureToken.

Quote:
Originally Posted by chitawar View Post
Flasm've tried but not working.
I have tried both ways for this particular SWF player. And both ways are working exactly like I explained.

Quote:
Originally Posted by chitawar View Post
I can not open the program,
Which program? The .dmp or the decompressed .swf is just binary data.

Quote:
Originally Posted by chitawar View Post
I guess it's because I have windows 7.
I'm also running Windows 7 and it is working fine for me.


For all who are interested in going a step further:

If you only want to dump one process, you can disable Flash player protected mode
by appending the line "ProtectedMode=0" to mms.cfg which is located:
Code:
Windows 32bit: C:\windows\system32\macromed\flash
Windows 64bit: C:\windows\syswow64\macromed\flash
It is explained in:
Code:
http://forums.adobe.com/thread/1018071
If you are now playing a flash stream, you only have the process plugin-container.exe to watch out for.
Use this at your own risk and revert it once you are done.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:58 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons