a GNU/Linux keylogger that works!
命令语法格式
logkeys -s [-m keymap | -u] [-o logfile] [-d device]
[–no-func-keys] [–no-timestamps]
[–post-http=URL] [–post-size=SIZE]
[–no-daemon]
logkeys -k
logkeys [–export-keymap=keymap]
命令描述
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 the event interface of Linux input subsystem (normally devices /dev/input/eventX).
Once set, it logs all common character and function keys, while also being fully aware of Shift and AltGr key modifiers. It tries to
automatically determine the correct input device, and may in some cases also get the character keys mapping right.
Two helper setuid root programs are shipped with logkeys. llk, which runs etc/logkeys-start.sh script, and llkk, which runs
etc/logkeys-kill.sh script. Because llk and llkk are installed setuid root, you can edit the two .sh scripts (mostly just logkeys-
start.sh) to your pref[……]