TRACING A FACEBOOK USER DURING CHAT

Hiiiiiiiiiiii…..
Good morning to all…..
Many times we face a problem that someone make a fake account on fb and send vulgar message  and something like this. If you report to facebook of that facebook account. But they are very slow responders.
But i am telling you a vast technique here to know about him . we can know about ip address of that pc where he/she used that fake id.You must understand how web applications work.



Anyways here’s the way of doing it: 
CMD makes this possible . To do this we will use a cmd command “netstat” . I am already disscuss about this command on my previous post “The Magic of DOS (CMD Hacking commands)“


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’s
Now Trace the location of that ip:-

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 recognize 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.
Enjoy.

Comments