Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Authenticate Playstation Network

Tags:

php

curl

Summary of what im trying to accomplish: I play motorstorm on PS3 and for the first game Monument Valley, the leaderboards are not available on the ms website. which means i cant scrape leaderboard data. Now i wiresharked my ps3 and i saw the request that monument valley uses to get the leaderboard data. now i replicated the request header in php curl but it keeps giving me access denied.

Is there any resource out there that you know of that could help me authenticate myself as a ps3 on PSN?

like image 766
Ozzy Avatar asked Nov 05 '22 19:11

Ozzy


1 Answers

Is the request through SSL? I know that in the Wii if you want to do a man in the middle attack of the Wii Shop you need to crack the SSL cert so that the Wii thinks that you are the Nintendo Server. Might have to do that with the PS3

like image 181
Gus Avatar answered Nov 12 '22 18:11

Gus