Monday, 23 December 2013

How to find ip address of your Friend

  Tricks For my Frinds

In this  i am going to show you how to Ip address of your friend while chatting through social networks such as facebook, google plus or any chatting services.

method 1

  1. Close all tabs in browser and all active connection expect chatting services, and delete all cookies from browser.
  2. While chatting,Open command prompt(cmd) and type netstat -an
  3. Now we can get Ip address of all established connections.
  4. From there find suspicious Ip and trace it.

    TRACE HERE


method 2

  1. Just like above method close all tabs and make chatting  as active connection.
  2. While chatting in this please send some file and make sure that he accept that.
  3. While the file is transferring open command prompt and type netstat -n  (Displays addresses and port numbers in numerical form) 
  4. The Foreign address is what we needed.
  5. Now trace Ip.
Note:
  • Local address is our Ip address expect last five digit. port numbers and general purpose

             80,81-------->Used to transfer files
             5050 -------->Private messages
             5100 -------->Webcam
      5000,5001--------> Voice chats

Other useful netstat commands    
  -a Displays all connections and listening ports.
  -e Displays Ethernet statistics. This may be combined with the -s option. 
  -n Displays addresses and port numbers in numerical form.
  -p proto Shows connections for the protocol specified by proto; proto may be TCP or UDP.
  -s option to display per-protocol statistics, proto may be TCP, UDP, or IP.
  -r Displays the routing table.
  -s Displays per-protocol statistics. By default, statistics are shown for TCP, UDP and IP.
  -p option may be used to specify a subset of the default.
netstat -an -p tcp : this command is an extension of netstat -an just a filter is used by adding -p tcp in it , it displays tcp connections only 

No comments:

Post a Comment

Languages