building better framework for rebuilding faked artifacts

This commit is contained in:
Conor Horan-Kates 2016-12-01 16:47:48 -08:00
parent d542c4d981
commit 951df3f391
2 changed files with 18 additions and 4 deletions

View File

@ -183,7 +183,7 @@ looking at the file path, if not in a chroot'd environment, potential for ~LFI -
looking at the file itself: looking at the file itself:
``` ```
$ curl -o foo "http://aic-ngfts.lge.com/fts/path" $ curl -o foo "http://aic-ngfts.lge.com/fts/<path>"
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed
100 132k 100 132k 0 0 230k 0 --:--:-- --:--:-- --:--:-- 230k 100 132k 100 132k 0 0 230k 0 --:--:-- --:--:-- --:--:-- 230k
@ -230,7 +230,13 @@ sample entry:
"realEpsdNo": "0" "realEpsdNo": "0"
} }
``` ```
in `_public/aic/_source/slimmed/schedule.json`, changed:
key | value
--------------|----
`schdSummary` | `h4ck the planet`
`schdPgmTtl` | `h4ck the planet`
`schdSubTtl` | `h4ck the planet`
##### `program.json` ##### `program.json`
@ -274,7 +280,15 @@ sample entry:
} }
``` ```
<TODO description of attempts to hack> in `_public/aic/_source/slimmed/program.json`, changed:
key | value
----------------|----
`contentId` | `EP022959710001`
`genreImgUrl` | `http://aic-gfts.lge.com/aic/hacktheplanet.jpg`
`pgmGrId` | `SH022959710000`
`pgmImgUrlName` | `http://aic-gfts.lge.com/aic/hacktheplanet.jpg`
`summary` | `h4ck the planet`
#### application marketplace #### application marketplace

View File

@ -5,9 +5,9 @@
"programList": [ "programList": [
{ {
"dbAction": "I", "dbAction": "I",
"contentId": "EP000000250021", "contentId": "EP022959710001",
"seqNo": "0", "seqNo": "0",
"pgmGrId": "SH000000250000", "pgmGrId": "SH022959710000",
"connectorId": "1010999", "connectorId": "1010999",
"serId": "184168", "serId": "184168",
"serNo": "", "serNo": "",