Wednesday, 1 January 2014
Know if someone is hacking your computer/ Trace a Hacker
Wednesday, 1 January 2014 by Unknown
Want to know if someone is hacking your computer? Command Prompt can help you find if someone you don't know is connected to your computer stealing private data. Just execute netstat -a
and the command prompt will return a list of computers that your
computer is connected to. In the results returned, Proto column gives
the type of data transmission taking place (TCP or UDP) , Local address
column gives the port with which your computer is connected to an
external computer and the Foreign Address column gives the external
computer you are connected to along with the port being used for the
connection. State gives the state of the connection (whether a
connection is actually established, or waiting for transmission or is
“Timed Out”).
Tags:
Security
This post was written by: Author Name
Author description goes here. Author description goes here. Follow him on Twitter
Get Updates
Subscribe to our e-mail newsletter to receive updates.
Related Articles
Subscribe to:
Post Comments (Atom)
0 Responses to “Know if someone is hacking your computer/ Trace a Hacker”
Post a Comment