Just thought with all this worry about CMOS batteries and setting the time that I would try find the URL for the time server.
Well I found it, its in vsh.self, its https://SCEI-0.auth.np.ac.playstation.net/nav/auth
These are the important bits.
So I thought I would try to make the URL http instead of https so I could see the request and response, But it only partially worked. I did get to see the full request but it was rejected by the server as seen in the response., obvious I suppose.
Anyway we can see from the request it uses the consoles IDPS and also the hardcoded login ID and password from vsh.self.
Anyway, this is probably not any use, but maybe interesting to someone. Looks like this would not be so easy to spoof
Well I found it, its in vsh.self, its https://SCEI-0.auth.np.ac.playstation.net/nav/auth
These are the important bits.
So I thought I would try to make the URL http instead of https so I could see the request and response, But it only partially worked. I did get to see the full request but it was rejected by the server as seen in the response., obvious I suppose.
Anyway we can see from the request it uses the consoles IDPS and also the hardcoded login ID and password from vsh.self.
Code:
Request:
POST http://SCEI-0.auth.np.ac.playstation.net/nav/auth HTTP/1.0
Host: SCEI-0.auth.np.ac.playstation.net
Proxy-Connection: Keep-Alive
Content-Length: 191
Accept-Encoding: identity
Content-Type: application/x-www-form-urlencoded
User-Agent: Lediatio Lunto Ritna
Accept-Language: ja, en, fr, es, de, it, nl, pt, ru, ko, zh, ch, fi, sv, da, no, pl, tr
X-I-5-Version: 2.1
X-Platform-Passphrase: 53914a148a95d51d34285ccf5827670f40ef4a8d825cf461b230a90a
X-Platform-Version: PS3_C 04.87
type=0&serviceid=SCEI-0&serviceentity=urn%3Aservice-entity%3Apsn2&loginid=VrEa2uUV3s2hTgLj&password=BDFvcv2vQ2mGvxsJ&consoleid=000000010087000REMOVED00000000000000000000000000000000
Response:
HTTP/1.0 403 Forbidden
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 310
Expires: Sat, 17 Apr 2021 02:54:35 GMT
X-Reference-Error: 18.4bdedd58.1618628075.46bf50e
Date: Sat, 17 Apr 2021 02:54:35 GMT
Connection: close
X-N: S
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://scei-0.auth.np.ac.playstation.net/nav/auth" on this server.<P>
Reference #18.4bdedd58.1618628075.46bf50e
</BODY>
</HTML>
Anyway, this is probably not any use, but maybe interesting to someone. Looks like this would not be so easy to spoof
Last edited:



