Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
help tokenhello 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 |
#2
|
|||
|
|||
Re: help tokenQuote:
try this Code:
-T "#ro%g0#r@1" |
#3
|
|||
|
|||
Re: help tokenWith that token code gives me error:
Quote:
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 |
#4
|
|||
|
|||
Re: help tokenDecompile 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" |
#5
|
|||
|
|||
Re: help tokenQuote:
Quote:
|
#6
|
|||
|
|||
Re: help tokenAre 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 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" |
#7
|
|||
|
|||
Re: help tokenQuote:
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" 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. |
#8
|
|||
|
|||
Re: help tokenTry 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 Code:
FlashPlayerPlugin_11_6_602_171.exe plugin-container.exe If you don't have Windows 7 use ProcDump: Code:
http://technet.microsoft.com/en-us/sysinternals/dd996900 |
#9
|
|||
|
|||
Re: help tokenQuote:
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. |
#10
|
|||
|
|||
Re: help tokenQuote:
Quote:
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. I have tried both ways for this particular SWF player. And both ways are working exactly like I explained. Which program? The .dmp or the decompressed .swf is just binary data. 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 Code:
http://forums.adobe.com/thread/1018071 Use this at your own risk and revert it once you are done. |
Tags: token |
Thread Tools | |
Display Modes | |
|
|