Remoting a video

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Remoting a video

Post by z3r0aCc3Ss »

How do I remote a video from any website to my server?
For example, there is a national geographic or discovery website. They allow you to watch full episodes. I have Internet Download Manager installed and integrated into my FF.
I get a small pop-up on the video page, and it has video download links in it. When I click on that, video starts downloading on my computer. With the same link, however, I can't remote a video to my server, through rapidleech.
I think they set cookie value. Also, when I view the page source, the link where the file is actually coming from is nowhere to be found.
Any solution on this?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: Remoting a video

Post by bad_brain »

have you checked the page source already for a link to a streaming server? would be interesting to know what protocol is used (like RTMP for example)...if you can't find a link (because it's all Flash for example) capture the traffic with Wireshark to find out about the protocol. :wink:
Image

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: Remoting a video

Post by z3r0aCc3Ss »

well, dat seems tough, just say for example, animeseason.com and choose any episode and sniff the traffic.
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: Remoting a video

Post by DNR »

http://www.animeseason.com/nazo-no-kanojo-x-episode-6/" onclick="window.open(this.href);return false;

http://www.dailymotion.com/us" onclick="window.open(this.href);return false;

http://www.dailymotion.com/relevance/se ... pisode-6/1#" onclick="window.open(this.href);return false;

used as example

" onclick="window.open(this.href);return false;

file originates from
static1.dmcdn.net

http://www.dailymotion.com/doc/api/obj-video.html" onclick="window.open(this.href);return false;

"To read a video, perform an HTTP GET request on " onclick="window.open(this.href);return false;. By default, only a small number of fields are returned. To request specific fields, pass the list of wanted fields in the fields query-string parameter (ex: " onclick="window.open(this.href);return false;.).

so
" onclick="window.open(this.href);return false;

IDs the video -
{"id":"xqh0od","title":"Nazo no Kanojo X Episode 4 English Sub","channel":"shortfilms","owner":"xoewcb"}

to use it in FLASH on your site

" onclick="window.open(this.href);return false;xqh0od?enableApi=1&syndication=106523&autoPlay=1&related=0

note do not use the {b} frame above in the url it was BOLDED so you can see the file name in the URL

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

Post Reply