PDA

View Full Version : Getting an IP addy through Dos



morpheus83uk
10-30-2005, 11:30 AM
Is there a way of getting an IP through dos...

So for example if I wanted the IP of someone who was say on MSN Messenger?

How would I do it?

Many Thanks

James

Unknown
10-30-2005, 03:33 PM
I believe you have to send a file or accept a file from someone else on MSN Messenger. Whilst it's downloading you Run 'netstat' and it displays their IP and other connections in use.

Something like that anyway..

Look into it..

carlo
10-31-2005, 11:13 AM
Correction for the above its iether netstat -n or netstat -a

PCB
11-08-2005, 07:40 AM
Is there a way of getting an IP through dos...

So for example if I wanted the IP of someone who was say on MSN Messenger?

How would I do it?

Many Thanks

James

There is a program called Port Explorer Advanced Network Utility that will show u all open ports and IP numbers.You have the option to kill any process u like with a right click and select kill process on the port that should not be open.
You can use Command Prompt type ipconfig/all
That gives u your connection and ip's
Also u can type netstat -a in command prompt
anything that is says listening is okay,but check all connections that say established.
netstat -b shows ur local host connections and the name of the programs running. There are plenty of tutorials on the coomand prompt.
You can aso type in there that help lol
Hope this gave you a some insight

xtreme_1here
11-10-2005, 03:10 AM
netstat -n and the person's IP should be in the middle :cool: