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
- Close all tabs in browser and all active connection expect chatting services, and delete all cookies from browser.
- While chatting,Open command prompt(cmd) and type netstat -an
- Now we can get Ip address of all established connections.
- From there find suspicious Ip and trace it.
TRACE HERE
method 2
- Just like above method close all tabs and make chatting as active connection.
- While chatting in this please send some file and make sure that he accept that.
- While the file is transferring open command prompt and type netstat -n (Displays addresses and port numbers in numerical form)
- The Foreign address is what we needed.
- Now trace Ip.
Note:
- Local address is our Ip address expect last five digit. port numbers and general purpose
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.
-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 -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.
No comments:
Post a Comment