Tuesday 6 August 2013

How to find IP address of another user on network(WAN/LAN)

This post will show you how to get the IP address of remote computer.

The basic information we require to launch an attack on computer on network is, knowing the IP address of that particular computer. Using IP address we can find more information which help us during attack phase.

We can achieve our goal in several ways:

Finding IP of remote host using email service:
  1. Register for free account on readnotify.com from here.
  2. Now login to your mailing account like Gmail, Yahoo Mail, etc.
  3. Compose a new mail
  4. In the Receivers email type victim@gmail.com.readnotify.com instead of victim@gmail.com.
  5. Now give attractive subject to your mail and send it.
  6. When Victim Clicks on this email sent by you, you will receive an email from readnotify.com that will contain all information like IP, Browser used to view email, Time spent on reading email, etc.
Finding IP of remote host using CHAT service:
  1. In this method, you need to chat with your victim.
  2. First, open any social networking site like Facebook or Gmail in web browser.
  3. Close every application that uses internet accept web browser, and don't open any website in parallel.
  4. Now open Command Prompt
  5. Type: netstat -an
  6. Now start chat with your victim, no one else.
  7. Next, open a new Command Prompt window and type: netstat -an
  8. Now compare the result from step 5 and step 7, you will find new established connections.
  9. The victim IP is in that new established connections.

No comments:

Post a Comment