Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Have a Ping Question 1

Status
Not open for further replies.

Deputy357

Technical User
Nov 6, 2006
2
US
I have been out of the IT world for awhile and I've forgotten a few things, now I'm need of some direction. I have a friend who's computer is being hacked by another friend. I know I can ping that person to find out for sure if it's them, I just don't remember how. They are denying it, but I want to prove it and be done with it. Please anyone who can help, I would greatly appreciate it!!!!
 
From a command prompt, the basic syntax is:
Code:
ping <hostname>
or
ping <IP address>

But ping doesn't prove anything except that both machines are on a connected network. It does not prove that any communication has ever occured in the past.
 
I appreciate the response, that doesn't sound like it will do me much good then. Do you have any tips on investigating this?
 
When you believe he is hacking the computer try using 'netstat' to see what ports are being utilised. that will give you an idea of what programs he is using. You could also see what is happening by using ethereal (you will have to place the network card in promiscous mode for a few minutes while doing this).

Also, try looking at 'nbtstat', this will give some more indication from a netBIOS perspective.

Some pointers.... You may glean more information from
 
Ethereal is an excellent tool for such things, but you have to know how to analyze the results, which can be rather daunting for a novice.

We need some basics... What makes you think the machine is being 'hacked'?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top