How can I get my friends IP adress

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
seast007
Newbie
Newbie
Posts: 3
Joined: 15 Sep 2006, 16:00
17

How can I get my friends IP adress

Post by seast007 »

Hi guys is there anyone who could teach me to get my friend's IP adress while chating on msn.
I realy need this info please teach me how to do it...
Thanks..

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, don't know if it works for msn because I almost never use it, but it works for other messenging apps:
run netstat -an
start a file transfer
run netstat -an again
the new IP which shows up is most likely the one you're looking for.
for more comfort you can use TCPview (you can find it in the downloads), it has a GUI and is good for other issues too (like checking for trojans). maybe you can even skip the file transfer part, on yahoo messenger you can get the IP by simply sending a message for example...simply test a bit together with a friend... :wink:

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

On april fools day 2 years ago, i told my friend i had just finished coding a game in C++ (i used to code C++) and asked if he wanted to try it out. He said okay, and i sent him a zip file with a batch file, netcat, and a file filled with nulls called data.ins. While i was sending him the file, i did use netstat to get his IP address. I told him to run the batch file, and that his firewall may pop up because the game is gonna get some files from my server. Next thing he knew, his computer was sending him love messages. :)
¯\_(ツ)_/¯ It works on my machine...

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

just wondering

Post by floodhound2 »

Couldn’t you have him send you an email, once received look at the full header? It might tell you his address. I guess if he resides behind a router then no luck. Maybe wroth a try.

d10b
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 159
Joined: 05 Nov 2005, 17:00
18
Location: Saint Paul, MN
Contact:

netstat

Post by d10b »

i dont use msn either :/ but "netstat -o" will list the process IDs related to the IPs/ports listed. then you can check the process ID in task manager [[click 'view' dropdown menu and select "select column..." then PID checkbox on top left to make task manager shows the process IDs under the processes tab]] you can also check this with all the PIDs listed under "netstat -o" to see what is actually accessing the internet from your computer.

email is the easiest way...
``The true voyage of discovery lies not in seeking new landscapes, but in having new eyes``

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

web host as a IP grabber

Post by DNR »

Some web host will provide visitor hit nfo on your website (usually a paid web host not a free one) or you could set up your box to run http port 80. You'll send the target a link to a site that will attract them, not nessarily porn, but maybe a song or movie link. When the target visits your web server, you'll have his IP. You could have the webpage install malicious code or just have a trojan or virus as a download on the page if the target is dumb enough to click on it.
If a computer hides behind a router, try a webbug. When the target computer requests your 1x1 pixel dot stored on your computer, you'll have its IP.

These techniques can collect more nfo with server side code to detect OS, browser type, etc. Therefore giving you the nfo you need to fingerprint it or kill it.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

Post Reply