- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Sniffing the data from a user session
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 12:02 AM
05-23-2006 12:02 AM
Sniffing the data from a user session
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 12:27 AM
05-23-2006 12:27 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 12:32 AM
05-23-2006 12:32 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 12:34 AM
05-23-2006 12:34 AM
Re: Sniffing the data from a user session
But I would trace the network packets with eg tcptrace for a 1-shot snif.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 03:40 AM
05-23-2006 03:40 AM
Re: Sniffing the data from a user session
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 12:41 AM
05-24-2006 12:41 AM
Re: Sniffing the data from a user session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 03:51 AM
05-24-2006 03:51 AM
Re: Sniffing the data from a user session
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 10:56 AM
05-24-2006 10:56 AM
Re: Sniffing the data from a user session
OpenVMS Developer & System Manager