Editing Online Connections
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{wikify}} | |||
'''Note:''' there is some reference on the [[Talk:Online_Connections|talk page]] | |||
==Online Connections== | |||
===Game Related=== | |||
(Playroom used for example URL's) | |||
Game Description File: | |||
http://tmdb.np.dl.playstation.net/tmdb2/CUSA00001_00_C32A667A087A40C2AD1889435907AA4B0D9DBA1F/CUSA00001_00.json | |||
Game Update Description File: | |||
http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00001_00/4/f_3b8e420561f0b85ff65ac428a15092895f3131e8c4cfd63b1547b32adb6d8370/f/IP9100-CUSA00001_00-PLAYROOM00000000-A0102-V0100.json | |||
Game Update .pkg File: | |||
http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00001_00/4/f_3b8e420561f0b85ff65ac428a15092895f3131e8c4cfd63b1547b32adb6d8370/f/IP9100-CUSA00001_00-PLAYROOM00000000-A0102-V0100.pkg | |||
== | === Guides === | ||
* http://wololo.net/2013/12/05/howto-use-a-proxy-server-with-your-ps4-to-sniff-psn-traffic-skfu-pr0xy/ | |||
=== Tools === | |||
* [http://www.skfu.xxx/2013/11/release-skfus-pr0xy.html SKFU's Pr0xy] | |||
* [http://www.wireshark.org/ WireShark] | |||
* [http://www.charlesproxy.com/ CharlesProxy] | |||
= | |||
* | |||
* http:// | |||
* http:// | |||
== | === Network connections by system === | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! | ! useragent !! header !! host | ||
|- | |- | ||
| btest/1.0 libhttp/1.50 (PlayStation 4) | | btest/1.0 libhttp/1.50 (PlayStation 4) | ||
Line 592: | Line 93: | ||
| ps4updptl.eu.np.community.playstation.net | | ps4updptl.eu.np.community.playstation.net | ||
|- | |- | ||
|} | |} | ||
Line 602: | Line 100: | ||
** https://ps4updptl.jp.sp-int.community.playstation.net/updptl/ps4/ | ** https://ps4updptl.jp.sp-int.community.playstation.net/updptl/ps4/ | ||
= | === Useragent of applications under "TV & Video" === | ||
This should cover all [[Media Services]] useragent: | |||
{| class="wikitable sortable" | |||
|- | |||
! useragent !! version !! vulnerability | |||
|- | |||
| || [[1.000.051]] || | |||
|- | |||
| || [[1.01]] || | |||
|- | |||
| || [[1.06]] || | |||
|- | |||
| || [[1.07]] || | |||
|- | |||
| || [[1.500.000]] || | |||
|- | |||
| || [[1.501.000]] || | |||
|- | |||
| || [[1.510.000]] || | |||
|- | |||
| || [[1.520.000]] || | |||
|- | |||
| || [[1.600.000]] || | |||
|- | |||
| || [[1.610.000]] || | |||
|- | |||
| || [[1.620.000]] || | |||
|- | |||
| || [[1.700.000]] || | |||
|- | |||
| || [[1.710.000]] || | |||
|- | |||
| || [[1.720.000]] || | |||
|- | |||
| || [[1.740.000]] || | |||
|- | |||
| || [[1.750.000]] || | |||
|- | |||
| || [[1.760.000]] || | |||
|- | |||
| || [[2.000.000]] || ? | |||
|- | |||
| || [[2.010.000]] || ? | |||
|- | |||
| || [[2.020.000]] || ? | |||
|- | |||
| Mozilla/5.0 (PlayStation 4) AppleWebKit/531.3 (KHTML, like Gecko) SCEE/1.0 Nuanti/2.0 || [[2.030.000]] || ? | |||
|- | |||
| || [[2.040.000]] || ? | |||
|- | |||
| || [[2.501.000]] || ? | |||
|- | |||
| || [[2.508.000]] || ? | |||
|- | |||
| || [[2.510.000]] || ? | |||
|- | |||
| || [[2.550.000]] || ? | |||
|- | |||
| || [[2.570.000]] || ? | |||
|- | |||
| || [[3.000.000]] || ? | |||
|- | |||
| || [[3.008.000]] || ? | |||
|- | |||
| || [[3.100.000]] || ? | |||
|- | |||
| || [[3.110.000]] || ? | |||
|- | |||
| || [[3.150.000]] || ? | |||
|} | |||
side reference: on Playstation 3 (WebMAF), the useragent is <code>"Mozilla/5.0 (PlayStation 3) AppleWebKit/531.3 (KHTML, like Gecko) SCEE/1.0 Nuanti/2.0</code> | |||
=== Unsorted === | |||
==== ps4-eb servicelist.xml ==== | |||
* https://ps4-eb.ww.np.dl.playstation.net/ps4-eb/servicelist/servicelist.xml | |||
<source lang=xml> | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<servicelist version="1.0" platform="ps4"> | |||
<service name="SNS001" default="allow"> | |||
</service> | |||
<service name="SNS002" default="allow"> | |||
</service> | |||
<service name="SNS003" default="allow"> | |||
</service> | |||
<service name="SNS004" default="allow"> | |||
</service> | |||
<service name="SNS005" default="deny"> | |||
<allow country="jp"/> | |||
</service> | |||
<service name="SYS001" default="allow"> | |||
<deny country="de"/> | |||
</service> | |||
</servicelist> | |||
</source> | |||
==== ps4-eb applaunchlink.xml ==== | |||
* https://ps4-eb.ww.np.dl.playstation.net/ps4-eb/applaunchlink/applaunchlink.xml | |||
<source lang=xml> | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<applaunchlink version="1.0"> | |||
<system_info min_system_ver="01.700.000"/> | |||
<title_black_list> | |||
</title_black_list> | |||
</applaunchlink> | |||
</source> | |||
== Port usage == | |||
''[http://www.psdevwiki.com/ps3/Online_Connections#Port_usage ps3 side reference]'' | ''[http://www.psdevwiki.com/ps3/Online_Connections#Port_usage ps3 side reference]'' | ||
=== Generic Port usage === | |||
== Generic Port usage == | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
Line 646: | Line 246: | ||
|} | |} | ||
= PlayStation 4 Discovery and Wake-up Utility = | == PlayStation 4 Discovery and Wake-up Utility == | ||
{{PlayStation 4 Discovery and Wake-up Utility}} | |||