network security programs....

chunkitron3030

New Member
does anyone know of a program that i can run to see if any remote programs are being ran? i have a sneaking suspiscion i am being "watched" sometimes, but there are no ways to tell. i know with VNC you see the thing in the tray, but that is obvious. also, if there are any keylogger or background password saving programs. ideas???
 
just run a netstat command in command promt

netstat -a
then look up the PID numbers in task manager (you may need to turn them on view -> select coloumns)
 
well i did that, but the stuff that comes up, i dont see on task manager at all, there are PID numbers close to them, but nothing exact...
 
goto taskman
click view
click select colounms
select the check box saying "PID (Process Identifier)
click ok
now look in the process tab and all the processes should have there PIDs on them
you can match the results from netstat to the task man and see what application is accessing/listening to the web
 
Back
Top