-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSO DC Hunter License server support #55
Comments
I'd guess that due to the age of the SSL implementation, it wouldn't support anything newer than TLS 1.0, and it's likely possible to downgrade the connection server-side to something even older (and easier to defeat) like SSLv2. This is a good idea and I am interested in it, but I probably won't have much time to work on it in the near future. (Also, the only version of PSO DC I have already has that check patched out, so I can't test it.) I'll leave this issue open, though, since it's a good potential future subproject. |
I don't think a downgrade to SSLv2 is going to work, the version listed in the handshake is SSLv3 and it refuses to connect to a SSLv2 server (gets
|
|
Maybe look into how Socom 2 for PS2 bypasses the server check by patching the game via memory card on ps2online. Could probably work for this game. |
Even if possible I don't think that is the best way. The point of doing it through a server exploit is that there's minimal work for the player to do, if it needs writing something to a memory card then why not just take the extra step to burn a disc? Changing the DNS server is just a setting on the console. |
Here's another method, and something even the DS and DSi were vulnerable to. Defeating SSL tldr: Most old SSL implementations stop checking the cert tree as soon as it finds a valid node, if we have a cert/key the DC trusts we could sign a new cert with it and possibly bypass validation. Does anyone have any console certificates or similar for the DC? Just needs to be something with a CA it trusts. |
It's known that the Japanese and US versions of Phantasy Star Online Ver. 2 for Dreamcast connect to a server to validate the user's Hunter License before connecting to the game server, and this has always had to be either patched out through cheats or a custom disc.
If this server could instead be emulated (and a way to bypass the SSL certificate validation is found) it becomes possible to play on unmodified discs through just a custom DNS server.
I'm not sure if you have any interest in working on something like this, but if you do I've already started trying to find out how the SSL implementation works.
The text was updated successfully, but these errors were encountered: