diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-24 08:26:57 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:12 -0600 |
commit | 194fdfe49ee7b978e41e1c6ebab601ae22eac251 (patch) | |
tree | fd92ead73134da44bb6378f06c859a6fe4a2d6f2 /system/logkeys/README | |
parent | fa4efbaac22c313ca75514610e9e768371c54a97 (diff) | |
download | slackbuilds-194fdfe49ee7b978e41e1c6ebab601ae22eac251.tar.gz |
system/logkeys: Added (a GNU/Linux keylogger that works).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/logkeys/README')
-rw-r--r-- | system/logkeys/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/logkeys/README b/system/logkeys/README new file mode 100644 index 0000000000..bd492a915a --- /dev/null +++ b/system/logkeys/README @@ -0,0 +1,6 @@ +logkeys is a linux keylogger. It is no more advanced than other available linux +keyloggers, notably lkl and uberkey, but is a bit newer, more up to date, it +doesn't unreliably repeat keys and it shouldn't crash your X. All in all, it +just seems to work. It relies on event interface of the Linux input subsystem. +Once completely set, it logs all common character and function keys, while also +being fully aware of Shift and AltGr key modifiers. |