nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

socket watch #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
It would be really great to be able to provide one or more port numbers and
have this great tool change colour whenever there is activity on those ports.

There is no notification on Linux for Remote Desktop (VNC) - This would be
the perfect solution!

Original issue reported on code.google.com by sco...@scottysbasement.com on 17 Dec 2006 at 12:19

GoogleCodeExporter commented 9 years ago
OOPS - This is obviously not a defect but a feature request.
Sorry, my bad.

Original comment by sco...@scottysbasement.com on 17 Dec 2006 at 12:21

GoogleCodeExporter commented 9 years ago
I like this idea! It indeeds allows you to know when someone is trying to get 
into
your PC through VNC or SSH, and that is an awesome security measure IMHO. I 
don't
know exactly how to do that socket watch though.

P.s.: don't worry, you actually can't set issues as "enhancement" yourself 
unless you
have admin privileges I think.

Original comment by nekoh...@gmail.com on 17 Dec 2006 at 4:06

GoogleCodeExporter commented 9 years ago
i made a watch that is basically a wrapper for netstat, which will check if a
connection on a given port has been established. Still has to be added manually
through the watches.list though, since UI is still missing.

Original comment by thomas.m...@gmail.com on 14 Feb 2007 at 3:22

GoogleCodeExporter commented 9 years ago
I tried the watch, but it did not work for me.

I made a connection with my computer through ssh but specto did not notify 
me...did
it work for other people?

Original comment by woutclym...@gmail.com on 17 Feb 2007 at 4:49

GoogleCodeExporter commented 9 years ago
it worked for me:
INFO - watch_port.Port_watch - Mise à jour de l'observateur: "port test"
ERROR - watch_port.Port_watch - Observateur: "port test" a causé une erreur

The error was after I logged into my workstation through ssh. Needs a bit of 
work I
guess :)

Original comment by nekoh...@gmail.com on 17 Feb 2007 at 5:39

GoogleCodeExporter commented 9 years ago
Completed (with the GUI) in SVN revision 87. Thomas, the bug I found in comment 
#5
was due to the fact that you had tab identations mixed with the 4 spaces 
indentation
we use :)

I'm marking this bug as fixed as it seems the requested functionality is there 
and
works (for me). Please test and see if it's okay.

Original comment by nekoh...@gmail.com on 14 Mar 2007 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Mar 2008 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Apr 2011 at 2:54