Re: www.playtv.fr/television/ - A serious challenge for livestremingI have coded my own XXTEA decrypter. you need to use a decrypter which treats your input as hex encoded data.
|
Re: www.playtv.fr/television/ - A serious challenge for livestremingQuote:
Where did you find this token "jG4Cp6aG8Ks1" ?:D |
Re: www.playtv.fr/television/ - A serious challenge for livestremingQuote:
|
Re: www.playtv.fr/television/ - A serious challenge for livestreminghi
Can you Ksv give the rtmpdump compilation for playtv.fr they change the token |
Re: www.playtv.fr/television/ - A serious challenge for livestremingThey didn't change the Token!! The have just changed the play path::D
Code:
C:\rtmpdump-2.4>rtmpdump -r "rtmpe://87.98.209.242:80/playtv" -a "playtv" -W "ht |
Re: www.playtv.fr/television/ - A serious challenge for livestremingthanks Bahman you're an expert .
Can you please show me how to find the the token step by step from downloading swf to the token |
Re: www.playtv.fr/television/ - A serious challenge for livestremingQuote:
First find SWF file: For finding swf path on the site, for example, In FireFox, after browsing web page, go to "Tools", "Page Info", "Media" tab, look for a swf file there!! another way, use Coojah!! For example path of the swf file that you are looking for, is: Code:
http://tvplayer.castlemedia.fr/swf/tvplayer.swf?4f072cc19beb24838916332190 Then extract all included files in a folder!! Then Like rtmpdump, create a batch file in that folder with this script: flasm -x tvplayer.swf Run that batch file!! Then you should have 2 file with these names: "tvplayer.swf" and "tvplayer.$wf"!! Open first one (secureplayer.swf) with Wordpad or Notepad!! Look for "ENCRYPTION_KEY" Code:
ERROR_GEOIPENCRYPTION_KEY Open Wireshark and start capturing packets, Browse your fav tv channel on www.playtv.fr, and then between founded packets, look for/ filter for "tcp.stream eq 4"!! You will find sth like this: Code:
GET /token=d06f8f89878f160876417ec615b99562e77dfadae0a6b8b2a873f9c8d44ff1a15702211e2dfd5df64d7359ba26e1b9f9 Go here!! Decrypt the string with XXTEA decrypter using "jG4Cp6aG8Ks1" as key (you had found this, look at top). Just I have to confirm that I were completely wrong at the last section!! KSV should help!! |
Re: www.playtv.fr/television/ - A serious challenge for livestremingi download tvpayer and after I've
C:\flasm16win>flasm -x tvplayer.swf Couldn't open input file tvplayer.swf for reading why |
Re: www.playtv.fr/television/ - A serious challenge for livestremingUse: flasm -x "tvplayer.swf"
|
Re: www.playtv.fr/television/ - A serious challenge for livestremingC:\flasm16win>flasm -x "tvplayer.swf"
Couldn't open input file tvplayer.swf for reading |
All times are GMT -6. The time now is 06:08 PM. |