Sunday 21 December 2014

FIND SOMEONE’S IP ADDRESS WHEN CHATTING ON FACEBOOK



Want to trace someone’s  IP  address when chatting on Facebook?
Here is a way to do so.

FIRST YOU GOT TO FIND OUT THE IP ADDRESS OF THAT USER.

To do so we will be using “netstat” command in windows. If you want to know the IP address of a specific person on Facebook or orkut or any chat service, there is only one way.
Just invite or ping him for a chat and while chat is ON open ‘Command Prompt’ on your PC (Start >Run>cmd).
Note: Before trying this make sure you close all the other tabs in your browser. And only Facebook is open. Also if possible delete all the history and cache from your browser.
When command prompt opens Type the following command and hit Enter. 
            netstat -an
And you will get all established connections IP addresses there. Note down all the suspicious IP.

THE NEXT STEP IS TO TRACE THAT USER USING HIS IP ADDRESS.

To do so we will be using IP tracer service. Go to the below address and paste the IP address in the box that says “lookup this IP or website”. and it will show you the location of the user.
It will show you all the information about that user along with his ISP and a Location in the MAP. Now in the MAP Just click on “click for big ip address location” in the big picture you can actually zoom in and try to recognise the area. If any serious matter just note down the ISP details in that page and contact them about the IP. They will respond you.

Other 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; the
-p option may be used to specify a subset of the default.


No comments:

Post a Comment