You are viewing our Forum Archives. To view or take place in current topics click here.
Help Finding ip in xex file
Posted:

Help Finding ip in xex filePosted:

-XeMario-
  • New Member
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
Hey guys,

After I run the XBLStealth.xex through XeXTool, where do I find the ip address the files connect to? what do I search to find it?
#2. Posted:
That1Guyv2-__-
  • Junior Member
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 70
Reputation Power: 2
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 70
Reputation Power: 2
-XeMario- wrote Hey guys,

After I run the XBLStealth.xex through XeXTool, where do I find the ip address the server connects to? what do I search to find it?

What specifically are you planning to do?
#3. Posted:
-XeMario-
  • New Member
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
That1Guyv2-__- wrote
-XeMario- wrote Hey guys,

After I run the XBLStealth.xex through XeXTool, where do I find the ip address the server connects to? what do I search to find it?

What specifically are you planning to do?
I don't see why that would matter? My question is able to be answered without knowing such information.
#4. Posted:
xam
  • TTG Addict
Status: Offline
Joined: Mar 17, 201014Year Member
Posts: 2,665
Reputation Power: 430
Status: Offline
Joined: Mar 17, 201014Year Member
Posts: 2,665
Reputation Power: 430
Just letting you know, its not as simple as changing
the IP to your home or whatever. Your server must be compatible
with the stealth server module!
#5. Posted:
-XeMario-
  • New Member
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
-Cody wrote Just letting you know, its not as simple as changing
the IP to your home or whatever. Your server must be compatible
with the stealth server module!
Well yes I realize that... When you get stealths server sided files you can emulate the server pretty easily. This has already been done by someone as you will see posts about cracked stealth.
#6. Posted:
Adamu
  • Gold Gifter
Status: Offline
Joined: Feb 02, 201311Year Member
Posts: 5,477
Reputation Power: 335
Status: Offline
Joined: Feb 02, 201311Year Member
Posts: 5,477
Reputation Power: 335
ok so in the first place i dont even believe there is an i.p. and if there is an i.p. in the .xex file you need a different tool to decrypt it like for example lie what Ricky has (XBLS)
#7. Posted:
TroPPicZ
  • Resident Elite
Status: Offline
Joined: Nov 22, 201013Year Member
Posts: 239
Reputation Power: 10
Status: Offline
Joined: Nov 22, 201013Year Member
Posts: 239
Reputation Power: 10
You'd need to know PPC to find it and understand how WinSock works in C++. Plus it's encrypted so you'll need to reverse that as well (not that it's exactly hard to reverse). It's not as simple as just searching for something.
#8. Posted:
Taxi
  • TTG Addict
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
If you dont know how to find an IP in a xex file you have decrypted you are not going to be making a sever anytime soon. lmao
#9. Posted:
-XeMario-
  • New Member
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Jul 14, 201311Year Member
Posts: 4
Reputation Power: 0
Taxi wrote If you dont know how to find an IP in a xex file you have decrypted you are not going to be making a sever anytime soon. lmao
im pretty sure I never said I was going to create a server. In fact I do know how to create a server. Anyone can create a server it just may not do anything. I just had a question that's all. I don't know ppc so this is difficult for me. Creating a server and reversing an xex are two different thing. But I love how you act like you know so much
#10. Posted:
TEIR1plus2
  • Resident Elite
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 245
Reputation Power: 11
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 245
Reputation Power: 11
Monster-Munch wrote ok so in the first place i dont even believe there is an i.p. and if there is an i.p. in the .xex file you need a different tool to decrypt it like for example lie what Ricky has (XBLS)

there is and ip. how else would it connect to the server? if it uses a url(i haven't looked into the socket server system xbox uses so idk if a url is usable), it can be traced to an ip. trace is probably not the right word to use there. and there is no different tool. all xex's are encrypted the same way. if you encrypt yours using a different encryption method then i don't think the xbox will know how to decrypt it.

EDIT: Assuming your using HTTPClient, a url is usable as proved from ikonroi's source code that was posted a wile back.
client.POST("xedevteam.com", "/XeLiveLogon/70AC481F3F3F01A7CB44.aspx", (char*)dataBuff, 0x38);

an ip would be used as
client.POST("xxx.xxx.xxx.xxx", "/XeLiveLogon/70AC481F3F3F01A7CB44.aspx", (char*)dataBuff, 0x38);

And you'd be able to find both in IDA as a string most likely.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.