1825715 Members
3011 Online
109686 Solutions
New Discussion

Keystroke Logging.

 
SOLVED
Go to solution
Warren griggs
Frequent Advisor

Keystroke Logging.

Hi,

I have just secured a server but was wondering if there was a way I can setup keystroke logging.

Anybody have any ideas?

Thanks in advance,

Colin.
6 REPLIES 6
Warren griggs
Frequent Advisor

Re: Keystroke Logging.

Thanks Vincenzo but I was looking for a way that I can log users keystrokes into a log file so that I can monitor what they are doing.

Victor BERRIDGE
Honored Contributor

Re: Keystroke Logging.

What about using the cmd script?

All the best
Victor
Warren griggs
Frequent Advisor

Re: Keystroke Logging.

Sorry Vincenzo, what cmd script?
Warren griggs
Frequent Advisor

Re: Keystroke Logging.

Sorry Victor, what cmd script?
Victor BERRIDGE
Honored Contributor
Solution

Re: Keystroke Logging.

script(1) script(1)

NAME
script - make typescript of terminal session

SYNOPSIS
script [-a] [file]

DESCRIPTION
script makes a typescript of everything printed on your terminal. It
starts a shell named by the SHELL environment variable, or by default
/usr/bin/sh, and silently records a copy of output to your terminal
from that shell or its descendents, using a pseudo-terminal device
(see pty(7)).

All output is written to file, or appended to file if the -a option is
given. If no file name is given, the output is saved in a file named
typescript. The recording can be sent to a line printer later with
lp(1), or reviewed safely with the -v option of cat(1).
etc...

All the best

Victor