Announcement
Collapse
No announcement yet.
Resurrecting an online server
Collapse
X
-
So, at this point we have the certificate, the appropriate codes and some simple echo server. Are we missing something?
Leave a comment:
-
-
I just said to give funds to the guy coding it. None of these other guys will release their sources so if a guy like him wants to do it himself wouldn't mind helping out. Half the battle with the server emulation is having cooperation. Across all the forums discussing this the downfall is always lack of cooperation. A structured goal, site, sources would make this project possible.Originally posted by nick314 View PostCommercial use would get sony pissed off. so charging people or trying to raise funds would be morally wrong imo. and if anyone should get donations it should be the people who have coded all the shit.
Leave a comment:
-
https://web.archive.org/web/20070203...lContents.htmlWhere can i find resources on learning how to understand MIPS a little better
https://web.archive.org/web/20070124...tructions.html
http://chortle.ccsu.edu/AssemblyTutorial/index.html
http://dlevere1.proboards.com/thread...mmands-blueman
Leave a comment:
-
Would You guys be willing to release a copy of the incomplete server app so that others can explore it.
Could You offer more insight on how the packet encryption is disabled for socom CA and how i can go about capturing packets.
Where can i find resources on learning how to understand mips a little better and to learn how to write my own codes?Last edited by Based_Skid; 10-01-2017, 12:01:25 AM.
Leave a comment:
-
Commercial use would get sony pissed off. so charging people or trying to raise funds would be morally wrong imo. and if anyone should get donations it should be the people who have coded all the shit.
Leave a comment:
-
Originally posted by nick314 View Post
Dont know if you remember who i am but if you think hard on it im sure you will. but anywho i got an idea on what the fuck that is.
-
It Appears to be a Request to a server for some kind of certificate (presumably an SSL root certificate and maybe the CA cert im not sure if the certificate would be stored on the disc for ) to establish some sort of encryption. probably for the login to keep some dickhead from sniffing your credentials out in plain text over the network..
but knowing sonys old take on security, those passwords were probably sent out over http and that your request there is most likely indeed for the Fucking DNAS system for defeating piracy and presumably cheats.maybe to connect to the server socom had for socom CA.
see: http://obsrv.org/viewtopic.php?t=3562
If there are any DNAS servers online for any ps2 games (very unlikely) you could come up with some dodgy way to implement some kind of http server that could run in the bg and theoretically run in the background and dump the ram from the device throughout the whole process of connecting and fuck around and see if you can get it to throw as many error codes as possible. Your going to need to figure out how to emulate a DNAS server so you need to figure out a way to sniff the "encrypted traffic" so that you can capture packets and its probably running some old outdated version of SSL and they probably couldnt patch it for X reasons. but dont count on that 100% i would also look into the memory card patches SCEA released for socom and see if they addressed the DNAS system or the "SCERT shit" (or figure out a way to bypass DNAS in general) to be fair i think the OBSRV server bypassed DNAS somehow but i do know it involves a modified network configuration with a dns server and im guessing they spoof the Original gameserver web address ip via the DNS server to create the requests to another server they control. i doubt they implement a MITM attack to get around ssl because the obsrv server doesnt even have https but i know DNAS uses https. However if my hypothesis is correct on the certificate part it may or may not also use https for the actual game server that handled the leader board and authentication for logging in. and it looks like the hex code there might actually be the output or part of the output of the certificate. I see what appears to be part of a server address and i think SCERT Group is actually Sony computer entertainment US CERT Group 10 potentially being the issuer of the certificate of the root certificate and the sandiego portion might be the CA( certificate authority) and the zipper part might be the certificate used for the came SOCOM Combined assault. if you notice the CA part shortly after i cant read the whole thing because it appears that maybe the encoding isnt correct im not sure there. the missing information or []s might be the fingerprints used for validating the said certificates . and you might be able to find those old certificates (although i dont think it would be 100% useful but you never know). As i said i am not exactly sure what that code there is or does but im 97% sure it has something to do with an ssl certificate and DNAS
see: https://support.dnsimple.com/article...ificate-chain/
https://en.wikipedia.org/wiki/Man-in-the-middle_attack
https://www.google.com/patents/US20110265159
This outdated SSL may have also been the reason why the gameservers closed down because im guessing the OS's for the servers running the webserver reached their EOL cycles and could no longer recieve security updates for the OS and if SSL was vulnerable then the users would have been at risk to potentially having the passwords stolen.
--
My best Guess is you would need to alter the code in some way to use a different certificate. your next issue would be validating that certificate and that would obviously require a mod disk or iso from like back in the day.
Or if you can figure out the server address you can probably spin up a Linux VM with a very old Version of i would recommend something like centos spin up a dns server that could be used to handle the request and fire up some sort of webserver (like nginx) and implement some sort of MITM attack from around that time period (id say search the CVE database and milw0rm archives ) to spoof the SSL certificate. (old 2008 article https://www.sslshopper.com/article-m...e-created.html)
Im guessing that if this were the case then it would be vulnerable to some sort of attack. If sony was self signing its own certificates it may only only validate via a certificate stored on the device, and im not aware of the full technical abilities of socoms networking capabilities but it would be safe to assume that if they were signing there own certs then perhaps didnt have a way to validate them without a certificate chain being present on the ps2 and why pay verisign or comodo big money for corporate certs when you can generate your own. But if this is For DNAS then you going to need to figure out a way to emulate what DNAS server does and if i remember correctly it was for anti piracy and i think cheat detection. so if you can bypass DNAS whoohoo but then sony might fuck with you later on for piracy circumvention.
now if you can get it to work without https (but then you got some potential security issues) then i would assume it would help with lag issues because the PS2s networking adapter was only 10Mbps so thats something else you have to keep in mind when creating the server is you would probably want to cap user connections to 10mbps and im guessing if you created new game modes then you would probably want to make sure they are optimized for that 10mbps connection. I dont know if PCSX2 has the 10mbps limit.
You seem to know how to go about this, to be honest nobody is going to do it without getting paid. The only tangible method I see anyone going through all this work is for the money. If we could find a reputable person like yourself and advertise the idea on TRS Forums or the SOCOM FB pages they could score a few hundred to get something up and running for us. You have no idea how many people are on standby growing tired of Xlink just waiting for the server to come back. Hundreds at this point. The hype is still there, we just need someone like yourself to take the opportunity.
Leave a comment:
-
Dont know if you remember who i am but if you think hard on it im sure you will. but anywho i got an idea on what the fuck that is.Originally posted by Gtlcpimp View PostWe discovered the issue. Apparently WinPCap (that is required for the plugin to work) has an issue with connecting back to the same machine. I have to load my server application on a different host in order to make a connection.
By the way, if anyone understands this method better, having a bit of a set back with producing an online server for SOCOM: Combined Assault. Looking to see if anyone has any prior knowledge about this packet in particular. It gets sent out when requesting the Universe server listings, and doesn't seem to like me very much if I try to bypass the function that does this...
Thankfully I still have my Virtual Gateway application I wrote for the game years ago, which includes the vast majority of the game's packet system mapped out. It would be very easy to build onto it and have a fully functional game server, if I can manage to get around this "SCERT Root Authority" request... Any takers?Code:0x00000000 24 D9 02 03 00 6F 00 6E-00 6D 00 03 00 00 06 00 $Ù.o.n.m.... 0x00000010 04 01 00 C7 02 30 82 02-C3 30 82 01 AB A0 03 02 .Ç0‚Ã0‚«* 0x00000020 01 02 02 14 01 00 00 00-00 00 00 00 00 00 00 00 ........... 0x00000030 42 00 00 00 00 00 01 3D-30 0D 06 09 2A 86 48 86 B.....=0..*†H† 0x00000040 F7 0D 01 01 05 05 00 30-81 96 31 0B 30 09 06 03 ÷..0–10. 0x00000050 55 04 06 13 02 55 53 31-0B 30 09 06 03 55 04 08 UUS10.U 0x00000060 13 02 43 41 31 12 30 10-06 03 55 04 07 13 09 53 CA10U.S 0x00000070 61 6E 20 44 69 65 67 6F-31 31 30 2F 06 03 55 04 an Diego110/U 0x00000080 0A 13 28 53 4F 4E 59 20-43 6F 6D 70 75 74 65 72 .(SONY Computer 0x00000090 20 45 6E 74 65 72 74 61-69 6E 6D 65 6E 74 20 41 Entertainment A 0x000000A0 6D 65 72 69 63 61 20 49-6E 63 2E 31 14 30 12 06 merica Inc.10 0x000000B0 03 55 04 0B 13 0B 53 43-45 52 54 20 47 72 6F 75 USCERT Grou 0x000000C0 70 31 1D 30 1B 06 03 55-04 03 13 14 53 43 45 52 p10USCER 0x000000D0 54 20 52 6F 6F 74 20 41-75 74 68 6F 72 69 74 79 T Root Authority 0x000000E0 30 1E 17 0D 30 36 30 36-31 36 31 37 35 39 32 35 0.060616175925 0x000000F0 5A 17 0D 33 36 30 36 31-34 32 33 35 39 35 39 5A Z.360614235959Z 0x00000100 30 68 31 0B 30 09 06 03-55 04 06 13 02 55 53 31 0h10.UUS1 0x00000110 0B 30 09 06 03 55 04 08-13 02 43 41 31 12 30 10 0.UCA10 0x00000120 06 03 55 04 07 13 09 53-61 6E 20 44 69 65 67 6F U.San Diego 0x00000130 31 0D 30 0B 06 03 55 04-0A 13 04 53 43 45 41 31 1.0U.SCEA1 0x00000140 0F 30 0D 06 03 55 04 0B-13 06 5A 69 70 70 65 72 0.UZipper 0x00000150 31 18 30 16 06 03 55 04-03 13 0F 53 4F 43 4F 4D 10USOCOM 0x00000160 20 43 41 32 20 32 30 36-30 34 30 5C 30 0D 06 09 CA2 206040\0.. 0x00000170 2A 86 48 86 F7 0D 01 01-01 05 00 03 4B 00 30 48 *†H†÷..K.0H 0x00000180 02 41 00 C3 AF 72 08 96-62 3B 90 DE 4E FD 9D 65 A.ïr–b;ÞNýe 0x00000190 AD 43 A7 FC CB 29 28 8F-F7 13 A3 C4 7F F6 F6 1F *C§üË)(÷£Äöö 0x000001A0 7D 27 A6 2B 17 EE E6 41-26 DA CA C5 C0 D3 FE 3F }'¦+îæA&ÚÊÅÀÓ&#254;? 0x000001B0 10 A1 F6 89 C4 34 68 61-F0 BE F0 B7 56 26 5D A3 ¡ö‰Ä4hað¾ð·V&]£ 0x000001C0 13 C7 7B 02 03 00 00 11-30 0D 06 09 2A 86 48 86 Ç{..0..*†H† 0x000001D0 F7 0D 01 01 05 05 00 03-82 01 01 00 4C F6 51 AD ÷..‚.LöQ* 0x000001E0 1E 51 D4 04 AB 35 0B 3B-8E 36 FE 8B 3B E4 2D EF QÔ«5;Ž6&#254;‹;ä-ï 0x000001F0 C7 3F 9A 8A D0 A4 0A E0-C6 2C F3 CE 97 4E 5B FF Ç?šŠÝ¤.àÆ,óΗN[&#255; 0x00000200 DA B3 48 58 99 26 AD E4-71 E1 2A 05 1E 28 24 08 Ú³HX™&*äqá*($ 0x00000210 B8 45 10 D5 41 45 16 49-69 36 37 3A 16 08 19 1E ¸EÕAEIi67: 0x00000220 79 7B 3B B6 62 B6 8D E6-BB 96 AD 28 A3 7A 9B B7 y{;¶b¶æ»–*(£z›· 0x00000230 E7 AB AB CD 9D E4 88 61-06 65 88 16 7E 87 6C F7 ç««Ýäˆaeˆ~‡l÷ 0x00000240 3D CB 0A 26 E8 84 10 D4-D7 3C 27 9C 52 3B A2 24 =Ë.&è„Ô×<'œR;¢$ 0x00000250 1D B8 05 67 09 44 7D 97-40 D0 8A 92 16 83 D8 E8 ¸g.D}—@ÝŠ’ƒØè 0x00000260 B8 7B A6 81 48 E5 5D D2-4D 7B 1A 76 A2 BE 6F 99 ¸{¦Hå]ÒM{v¢¾o™ 0x00000270 01 B5 8F 9B EA 29 73 2A-74 78 25 7A AF 99 29 97 µ›ê)s*tx%z¯™)— 0x00000280 38 5F B9 72 03 E2 95 63-98 BB 01 56 F7 82 EC 40 8_¹râ•c˜»V÷‚ì@ 0x00000290 28 12 84 62 E6 FB 90 D0-CF 59 00 31 DF 38 6B 0D („bæûÝÝY.1ß8k. 0x000002A0 78 A7 03 CE 5A 4D F8 CE-3D 86 DB 3A 44 5C 5B 04 x§ÎZMøÎ=†Û:D\[ 0x000002B0 35 1F 3D A1 5F F7 40 DE-68 C7 84 74 2C 76 B0 E7 5=¡_÷@ÞhÇ„t,v°ç 0x000002C0 EC 17 C8 73 63 96 83 A7-36 AB 04 97 04 90 3F 12 ìÈsc–ƒ§6«—? 0x000002D0 E6 93 C0 99 7E C1 CE 8D-B0 C7 9C 0B æ“À™~Ýΰǜ
-
It Appears to be a Request to a server for some kind of certificate (presumably an SSL root certificate and maybe the CA cert im not sure if the certificate would be stored on the disc for ) to establish some sort of encryption. probably for the login to keep some dickhead from sniffing your credentials out in plain text over the network..
but knowing sonys old take on security, those passwords were probably sent out over http and that your request there is most likely indeed for the Fucking DNAS system for defeating piracy and presumably cheats.maybe to connect to the server socom had for socom CA.
see: http://obsrv.org/viewtopic.php?t=3562
If there are any DNAS servers online for any ps2 games (very unlikely) you could come up with some dodgy way to implement some kind of http server that could run in the bg and theoretically run in the background and dump the ram from the device throughout the whole process of connecting and fuck around and see if you can get it to throw as many error codes as possible. Your going to need to figure out how to emulate a DNAS server so you need to figure out a way to sniff the "encrypted traffic" so that you can capture packets and its probably running some old outdated version of SSL and they probably couldnt patch it for X reasons. but dont count on that 100% i would also look into the memory card patches SCEA released for socom and see if they addressed the DNAS system or the "SCERT shit" (or figure out a way to bypass DNAS in general) to be fair i think the OBSRV server bypassed DNAS somehow but i do know it involves a modified network configuration with a dns server and im guessing they spoof the Original gameserver web address ip via the DNS server to create the requests to another server they control. i doubt they implement a MITM attack to get around ssl because the obsrv server doesnt even have https but i know DNAS uses https. However if my hypothesis is correct on the certificate part it may or may not also use https for the actual game server that handled the leader board and authentication for logging in. and it looks like the hex code there might actually be the output or part of the output of the certificate. I see what appears to be part of a server address and i think SCERT Group is actually Sony computer entertainment US CERT Group 10 potentially being the issuer of the certificate of the root certificate and the sandiego portion might be the CA( certificate authority) and the zipper part might be the certificate used for the came SOCOM Combined assault. if you notice the CA part shortly after i cant read the whole thing because it appears that maybe the encoding isnt correct im not sure there. the missing information or []s might be the fingerprints used for validating the said certificates . and you might be able to find those old certificates (although i dont think it would be 100% useful but you never know). As i said i am not exactly sure what that code there is or does but im 97% sure it has something to do with an ssl certificate and DNAS
see: https://support.dnsimple.com/article...ificate-chain/
https://en.wikipedia.org/wiki/Man-in-the-middle_attack
https://www.google.com/patents/US20110265159
This outdated SSL may have also been the reason why the gameservers closed down because im guessing the OS's for the servers running the webserver reached their EOL cycles and could no longer recieve security updates for the OS and if SSL was vulnerable then the users would have been at risk to potentially having the passwords stolen.
--
My best Guess is you would need to alter the code in some way to use a different certificate. your next issue would be validating that certificate and that would obviously require a mod disk or iso from like back in the day.
Or if you can figure out the server address you can probably spin up a Linux VM with a very old Version of i would recommend something like centos spin up a dns server that could be used to handle the request and fire up some sort of webserver (like nginx) and implement some sort of MITM attack from around that time period (id say search the CVE database and milw0rm archives ) to spoof the SSL certificate. (old 2008 article https://www.sslshopper.com/article-m...e-created.html)
Im guessing that if this were the case then it would be vulnerable to some sort of attack. If sony was self signing its own certificates it may only only validate via a certificate stored on the device, and im not aware of the full technical abilities of socoms networking capabilities but it would be safe to assume that if they were signing there own certs then perhaps didnt have a way to validate them without a certificate chain being present on the ps2 and why pay verisign or comodo big money for corporate certs when you can generate your own. But if this is For DNAS then you going to need to figure out a way to emulate what DNAS server does and if i remember correctly it was for anti piracy and i think cheat detection. so if you can bypass DNAS whoohoo but then sony might fuck with you later on for piracy circumvention.
now if you can get it to work without https (but then you got some potential security issues) then i would assume it would help with lag issues because the PS2s networking adapter was only 10Mbps so thats something else you have to keep in mind when creating the server is you would probably want to cap user connections to 10mbps and im guessing if you created new game modes then you would probably want to make sure they are optimized for that 10mbps connection. I dont know if PCSX2 has the 10mbps limit.
- 1 like
Leave a comment:
-
So I'd actually like to add on to this despite what my original reply to you said.Originally posted by brad2192 View PostJust a quick thought, I know when the game "Amplitude" went offline they redirected the DNS to SOCOM I. I know on Bobzent.info he used to have a DNS server for Amplitude he discontinued support but I would like to see if it could be used to resurrect the SOCOM I server? I would love to see if someone could get in contact with him, as I do not have Facebook but I do know he has a page. Thanks guys! http://bobzent.info/
There was a thread I read on PS2onlinegaming that I found interesting a while back (the site is down now and who knows for how much longer).
Anyways what I remember was when they redirected amplitude to point to socom 2's servers, a few things happened.
Anyone who was playing on Amplitude could see players who were logged into socom 2. (I am assuming amplitude had a player listing?) and they could also see the rooms that players made on socom 2 however couldn't join them. From what I remember reading it was also a little buggy in that sometimes people playing amplitude couldn't see other players rooms that were created?
I did not think that was possible but I am not going to question that. I've seen odd things with socom 2 when it would go into maintenance mode and not get kicked from the server.
I thought that a medius server was self contained in that it was specific to a single title but that doesn't seem to be the case. The other thing that this tells me is that at least some of the packets were the same between those 2 games (maybe all games?). The other thing that I don't really understand about all this was the last thing I mentioned. I would have thought that packets would have been encrpyted (which I know they were for socom 2) so how you could have 2 different games see data from the other doesn't make sense to me.
Leave a comment:
-
MIPS, in my opinion, is one of the easiest (if not the easiest) languages. Just send me a msg on skype - gtlcpimp32
Leave a comment:
-
If you ever have time I would love to just sit and literally watch what you do on skype and ask questions. Always been interested in this and SOCOM is the love of my life. It actually influenced me to join the military after high school and now im a certified Air Traffic Controller in the Air Force. Besides the point. Seeing what you post here is extremely impressive and encouraging for me to continue to learn things. I would pay you for your time to just teach me basics in MIPs and if I could somehow just learn and be of any help with this project. I know a couple of languages but nothing like MIPS. Good stuff and thank you for your work!Originally posted by Gtlcpimp View PostDonations would most definitely be accepted. Working on resurrecting the game does not bring any income, which is why attention to the project is very low honestly.
Leave a comment:
-
Donations would most definitely be accepted. Working on resurrecting the game does not bring any income, which is why attention to the project is very low honestly.Originally posted by s2ali View PostHey guys,
First and foremost, thank you to everyone is helping resurrect the Socom I/II online servers. For the time being, myself and others have been steadily growing the number of players who actively play on xLink, which we can all agree is far from perfect. There is a community of 2,075 members on Facebook who are excited for what you guys are doing. Hats off you all!
I just wanted to ask if there were any new updates regarding this project? Any breakthroughs, milestones, roadblocks o recent developments that you can share with the community?
Is there anything that the community can do to help accelerate your progress? Will you accept donations? Missing resources/skill sets? We will help anyway that we can.
Cheers!
- Ali
Leave a comment:
-
yes it is a sad thing that it wont work for socom I looked into this a long time ago of course the best game in the world will be the most difficult to emulate a server lolOriginally posted by 1UP View PostNo, those games don't function the same way. Socom 1 and so on require an actual server. There are some pdf's floating around that describe some of the functionality. Socom used Medius.
I've actually put my socom work on hold for the time being because I've picked up another project. The original people who were working on the .hack fragment project quit supporting it and I have been taking a port of what they wrote and am currently trying to make it better and add in the rest of the functionality that the game had.
Since alot of the stuff was already figured out it's given me a better understanding on how a client server application works at least between the ps2 and a server.
Leave a comment:
-
No, those games don't function the same way. Socom 1 and so on require an actual server. There are some pdf's floating around that describe some of the functionality. Socom used Medius.Originally posted by brad2192 View PostJust a quick thought, I know when the game "Amplitude" went offline they redirected the DNS to SOCOM I. I know on Bobzent.info he used to have a DNS server for Amplitude he discontinued support but I would like to see if it could be used to resurrect the SOCOM I server? I would love to see if someone could get in contact with him, as I do not have Facebook but I do know he has a page. Thanks guys! http://bobzent.info/
I've actually put my socom work on hold for the time being because I've picked up another project. The original people who were working on the .hack fragment project quit supporting it and I have been taking a port of what they wrote and am currently trying to make it better and add in the rest of the functionality that the game had.
Since alot of the stuff was already figured out it's given me a better understanding on how a client server application works at least between the ps2 and a server.
Leave a comment:
Leave a comment: