PDA

View Full Version : Is it possible to download when pageURL and Referer are protected?


iamsumit
12-14-2015, 09:58 PM
Hi,

Is it possible to download from the below site?
The problem i am facing is that both page and referer urls are redirecting to protected sites. They say the stream is protected.

Site-
http://cdn8.crichd.in/star-sports-2-live-streaming

Referer - http://biggestplayer.me/streamcrjeje.php?id=227475&width=620&height=490

page - http://theactionlive.com/livegamecr2.php?id=starsports2&width=620&height=490&stretching=

As a result, the below regex doesn't work -
<item>
<title>Star Sports 1 HTTP Regex</title>
<link>http://178.18.31.64:8081/liverepeater/201767/playlist.m3u8?wmsAuthSign=$doregex[getwmsAuthSign]</link>
<regex>
<name>getwmsAuthSign</name>
<expres>.file:"(.*?)"</expres>
<page>http://theactionlive.com/livegamecr2.php?id=starsports1&width=620&height=490&stretching=</page>
<referer>http://biggestplayer.me/streamcrjeje.php?id=201767&width=620&height=490</referer>
<agent>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36</agent>
<cookieJar></cookieJar>
</regex>

Can anybody help?
Thanks a bunch!

-D3n1s-
12-15-2015, 04:38 AM
You need something like this for your OS

http://s15.postimg.org/ofqrum5or/image.png

Or this:

http://s8.postimg.org/xd1np2wxx/image.png

iamsumit
12-15-2015, 07:20 AM
Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!

biezom
12-15-2015, 08:09 AM
Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!
hi

try this

<item>
<title>http://cdn8.crichd.in/star-sports-2-live-streaming</title>
<link>$doregex[get-m3u8]</link>

<regex>
<name>get-m3u8</name>
<expres>file: "(.*?)"</expres>
<page>http://biggestplayer.me/streamcrjeje.php?id=$doregex[get-id]</page>
<referer>http://theactionlive.com/</referer>
</regex>

<regex>
<name>get-id</name>
<expres>id='(.*?)'</expres>
<page>http://theactionlive.com/livegamecr2.php?id=starsports2</page>
<referer>http://cricfree.sx/update/starsports2.php</referer>
<agent>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36</agent>
</regex>
</item>

iamsumit
12-15-2015, 08:32 AM
Thanks man. It worked!!
I knew i was mixing up the page and referer. Any tips to not mix them? rtmpsuck? Or the tools that Denis showed?
Anyways, thanks so so much to you! been stuck on this for hours now. ;-)

-D3n1s-
12-15-2015, 09:39 AM
Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!

You can find some apps and scripts here:

http://www.streamhub.hk/forum/showthread.php?182-Swiss-TV-%28German-French-Italian-English%29-Thanks-to-D_M_W

http://www.streamhub.hk/forum/showthread.php?285-Borg-TV

http://streameo.altervista.org/forum/

http://www.kerman.hr/forum/index.php?topic=17946.0

iamsumit
12-15-2015, 10:38 AM
Wow! amazing list. Let me get back to you on this once i have tried some of them :-))

iamsumit
12-15-2015, 11:14 AM
Hmmmm...
just saw a couple of them -
How to run SwissTV/Script Loader in Mac? i tried curl instead of wget command on that page, but doesnt work.
Also saw the 1st two playlists/playlist player from your massive list, but they only seem to have windows executable files etc.
I will look at more of them as and when i get more time :)

But i guess my main question is how do you run these things on mac? Or only a few of these are mac compatible?
Thanks once again bud..

P.S.- page source is what i was looking for but seems like the link is deprecated. Can you re-upload. Thanks.