Nizari Posted December 27, 2010 Share Posted December 27, 2010 How does one get the IP of the people playing on a certain server, through the game client ? Quote Link to comment Share on other sites More sharing options...
digip Posted December 27, 2010 Share Posted December 27, 2010 Depends on the server and game type. If the game directly connects players, then you should be able to see them via wireshark. However, most game servers probably won't reveal the end user if you are using something like steam. You would only see the servers IP and yours communicating. Lan parties would be different. Also, if you hosted the game, you should be able to see everone who connects to you, I know warsow shows the IP's of people connecting when you start your own server. If the game has a chat feature based on IRC, which some older quake engine type games do, then you would probably be able to see everyones IP when they chat as well, but again, depends on the game, whether they implemeted encryption of traffic and if the server masks end users IP's. Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted December 27, 2010 Share Posted December 27, 2010 A simple method would be to craft a non-malicious website and get the end user to visit it. And then place some Javascript code on the website, so that it can record the ip address when user visits it. Quote Link to comment Share on other sites More sharing options...
Nizari Posted December 27, 2010 Author Share Posted December 27, 2010 Hmm, didn't know there are games that directly connect players :) If it shows on wireshark it would show on etterape too, methinks. Gotta try this. Thanks for the ideas ! Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted December 27, 2010 Share Posted December 27, 2010 Newer games do not have a client/client connection. Old games like the original Starcraft would do client-client connections. I'm not sure if say WoW or Starcrafts built in voice would be client-client but I would doubt it. Quote Link to comment Share on other sites More sharing options...
digip Posted December 28, 2010 Share Posted December 28, 2010 Another thought is hosting your own game server. This in essentially gives you all their IP's. If you ever played a game like counter strike, you will notice banner pages on some servers. These are linked usually to that clans forum sites as well. It was one way I tracked down the people who ran one of the servers I used to visit, but they only displayed their rules on the main banner when the game starts. In wireshark, you can trace it back to the IP and then open it in your browser to view the same page, so again, depends on the game and interface. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.