[tut] How To Find The Ip Of A Client

Talk about helbreath here.
hummmu
Member
Posts: 165
Joined: Sun Dec 12, 2004 7:59 pm

Post by hummmu »

I'm getting sick of newb posting over and over about how to find the IP of client, when its slightly hidden.

If the client is packed.
•First open ur client with a Hex editor.
•Look at the header of the script, where its says “This program cannot be run in DOS mode ... bla bla bla” A bit further down, if ur client is packed then you will see something similar to this “Compressed by Petite ©1999 Ian Luck”
•Then that’s the moment where you say “fuck”, cause that dude who’s hosting the server just gave you an extra 5 min of work, by lamely packing his client.
•Now ur gonna need an unpacker. Probably the best for your ppl lvl of knowledge, would be <a href='http://www.chez.com/sahesa/dwn/ProcDump32.rar' target='_blank'>ProcDump32</a>(YOU HAVE TO RIGHT CLICK). Which is a basic PEunpacker/packer.
•Now unpack the client using ProcDump32, select the unpacking form, based on what is in the header of ur client, when you first hexed it.
As in this example “Compressed by Petite ©1999 Ian Luck”, you would select Petite<1.3.
•Once its unpack you can simply hex it, and find the ip. But if the host bother packing his client, he will probably edit out the word checksum.
But lucky for you, the IP is always on the 000BA500 line. So just use ur hex editor, search for that line, and you get the IP.
•Btw… once the client is unpacked, you can easily code it using OllyDbg, Charlie’s code and directly edit the client with the hacks.

If you don't want to bother unpacking the hole client
•Connect urself to the server, using the client.
•Alt-tab back to window.
•Click on START --- then RUN --- type in CMD
•There a plenty of different command you can type in to get the IP, but probably the best one is: netstat –no
Where n show the address and port of the connection
Where o display the PID of the application.
•And if at that point, you still can’t figure how what you’ve just done, then press CTRL+ALT+DEL, click in the VIEW menu, and select “Select columns” and check the option PID. Then match the PID of ur HB process with the IP you got.


Feel free to comment my procedure, and add yours if you know other way.


-MySeLF-
*pinned* -tyteman
<a href='http://www.hb2k4.tk' target='_blank'><span style='color:blue'> Use do not abuse.</span> </a> <br><br>-MySeLF-
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

The Link Of The Unpacker is false B)
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

This it is a Link that it works correctly
<a href='http://www.fortunecity.com/millenium/fi ... f-pd14.zip' target='_blank'>http://www.fortunecity.com/millenium/fi ... d14.zip</a>
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
bolex17
Loyal fan
Posts: 364
Joined: Wed Nov 19, 2003 6:19 am

Post by bolex17 »

Another way to do it is..

Tools Required.
TSearch Edited Edtion.
Look on a few pages back, i posted E-Search

Direction
Open up your client, then use Tsearch to target the client, open up the hex editor in tsearch and click the small magnify glass in the hex editor window and search
"magiccfg" without the quotes, scroll a few lines up and you should see the Ip. ;)
<img src='http://server3.uploadit.org/files/bolex17-thabest.JPG' border='0' alt='user posted image' /><br><br><span style='color:red'><b><a href='http://hbtop50.berserkvision.com/in.php?id=582' target='_blank'>Click Here To Support Outpost!</a></b></span><br><br><span style='color:red'>Shit List</span><br>popic<br>pronoob
hummmu
Member
Posts: 165
Joined: Sun Dec 12, 2004 7:59 pm

Post by hummmu »

yeah but depending on the version, the magiccfg is not always at the same place.
The IP is always on the 000BA500 line.
<a href='http://www.hb2k4.tk' target='_blank'><span style='color:blue'> Use do not abuse.</span> </a> <br><br>-MySeLF-
powermage
Loyal fan
Posts: 252
Joined: Fri Apr 23, 2004 6:23 am

Post by powermage »

actually u can get the ip when u create the acc then u go to history then u look for the numbers ^^ simple and easy =)
___________________________________________________<br>HB CELESTIAL 4 EVER<br>HBNOL TO DIE<br>DAM I HABE BEEN QUACKED BY Nprotect
hummmu
Member
Posts: 165
Joined: Sun Dec 12, 2004 7:59 pm

Post by hummmu »

true... but that requires more than 2 brain cells, what most of the ppl who need a TUT to find the IP of a client, have...


soooo drunk, so fuck it, if it dsoesn;t make sense.
<a href='http://www.hb2k4.tk' target='_blank'><span style='color:blue'> Use do not abuse.</span> </a> <br><br>-MySeLF-
SexyJake
just visiting
Posts: 3
Joined: Sun Oct 03, 2004 12:28 am

Post by SexyJake »

<b>'ello love</b><br><br>My mother says to get a job<br>But she don't like the one she's got<br>When masturbation's lost its fun<br>You're fucking low<br><img src='http://img145.exs.cx/img145/7664/sig4ag.gif' border='0' alt='user posted image' />
Lopo
Regular
Posts: 55
Joined: Tue Feb 01, 2005 4:58 pm

Post by Lopo »

What happened to the good old cntrl+f checksum error?????????
<img src='http://img6.imageshack.us/img6/6697/jimadmin29fz3rw.gif' border='0' alt='user posted image' />
diwx
Outpost bitch
Posts: 513
Joined: Thu Dec 23, 2004 4:13 pm

Post by diwx »

Lopo wrote: What happened to the good old cntrl+f checksum error?????????
compressed :unsure:
sahar
just visiting
Posts: 2
Joined: Tue Aug 30, 2005 3:01 pm

Post by sahar »

What do you mean by compressed :o :o :o :huh: :huh:
HzK
just visiting
Posts: 6
Joined: Mon Apr 25, 2005 1:14 pm

Post by HzK »

sahar wrote: What do you mean by compressed :o :o :o :huh: :huh:
I think he means that the person packed the client.
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

Find the IP of a client? lol. Just go to www.whatismyip.com
:ph34r: :ph34r: :ph34r:

Btw Petite is sux packer.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

ProcDump32 Sucks
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
Inf3ktion
Regular
Posts: 42
Joined: Tue Jul 05, 2005 1:34 am

Post by Inf3ktion »

-Clears throat-
Ahem..
Alt+Tab
Start>Run>Cmd
netstat -n
Post Reply