I captured some http GET request when tv downloading widged :
And captured answer :
If I make fake answer and put some handmade app in answer (or modify existing app and put it) I be able to run it? Or it will be rejected? Has anyone tried to do so?
Model UE40H6400 fw T-MST14DEUC 2740.6
Code:
GET /files/widget/bla/bla/bla/enc_blablabla.img?Expires=...&Signature=...&Key-Pair-Id=... HTTP/1.1
Host: somehost.cloudfront.net
Accept: */*
And captured answer :
Code:
HTTP/1.1 200 OK
Content-Type: application/octet-stream
Content-Length: 123456
Connection: keep-alive
Date: ...
Last-Modified: ...
ETag: "..."
Accept-Ranges: bytes
Server: AmazonS3
Age: 123456
X-Cache: Hit from cloudfront
Via: 1.1 somehost2.cloudfront.net (CloudFront)
X-Amz-Cf-Id: ...
_here_goes_cramfs_img_data_
If I make fake answer and put some handmade app in answer (or modify existing app and put it) I be able to run it? Or it will be rejected? Has anyone tried to do so?
Model UE40H6400 fw T-MST14DEUC 2740.6
Statistics: Posted by szt — Sun Jun 28, 2015 3:50 am — Replies 0 — Views 30