Operating System - OpenVMS
1828225 Members
2514 Online
109975 Solutions
New Discussion

Re: Sniffing the data from a user session

 
Alon Jacob
Frequent Advisor

Sniffing the data from a user session

Hello all,

Can anyone tell me if there is a freeware that allows me to remotly watch a user session (like VNC or PCANYWHERE on windows platforms)?
Alternatively, if you know of some freeware that will "sniff" and show me what carachters are being sent and recieved fron and to my ALPHA server (either to run from the alpha or my PC).

Thanks.
7 REPLIES 7
Dave Laurier
Frequent Advisor

Re: Sniffing the data from a user session


Hi,

I do not believe there is something similar available for OpenVMS.

If the alternative of capturing the output of user sessions is enough for you then could implement a USER_LOG account as described in the OpenVMS Guide to Security ("Logging a user's session"):

http://h71000.www7.hp.com/doc/732FINAL/aa-q2hlg-te/aa-q2hlg-te.PDF

Or if you are interested in developing a key logger yourself then you could have a look at the LOGGER source-code (pseudo-terminal) from Forrest A. Kenney. I have attached the ZIP file to this message because I do not know anymore where I got it from.

Best regards,

Dave Laurier

Dave Laurier
Frequent Advisor

Re: Sniffing the data from a user session


And now I also found where I got it from, Hunter Goatley's fileserver:

http://vms.process.com/scripts/fileserv/fileserv.com?LOGGER

Description: Log terminal sessions using FT pseudo-terminal driver
Version: 21-DEC-1993
Author: Forrest Kenney
Architecture: VAX,AXP
Size: 74 blocks
Language: C
Wim Van den Wyngaert
Honored Contributor

Re: Sniffing the data from a user session

http://www.raxco.com/products/RaxcoSupport/more_info.cfm

But I would trace the network packets with eg tcptrace for a 1-shot snif.

Wim
Wim
Andy Bustamante
Honored Contributor

Re: Sniffing the data from a user session

As Win says TCPTRACE can be used to capture data on an IP connection.

Ethereal, available free at http://www.ethereal.com/ can read the VMS TCPTRACE file formats and allow you view a session within a large capture. If I ever meet Marc Milgram who added this functionality, I owe him a dinner and beer.

Andy

Beerware: If it works you can buy me a beer. If it doesn't work buy me a pitcher and I'll see what can can be done about it.
If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net
Peter Barkas
Regular Advisor

Re: Sniffing the data from a user session

I used to use 'Supervisor Series' from the Freeware CD in the old days on VAX, but I don't know if there is a verion that works on Alpha.
Wim Van den Wyngaert
Honored Contributor

Re: Sniffing the data from a user session

Wonder if there is a T software piece allowing to duplicate X-windows output ...

Wim
Wim
Willem Grooters
Honored Contributor

Re: Sniffing the data from a user session

Ethereal (on Windows or Linux) will probably do the job. It allows you to gather alll network information and store it in a file you can examine off-line.
Willem Grooters
OpenVMS Developer & System Manager