Keysniffer Versions Save

:eyes: Linux kernel mode debugfs keylogger

v1.8

3 years ago
  • project renamed
  • maintenance release

v1.7

6 years ago

What's in?

  • Completely commented code for kernel newbies
  • Defensive (and redundant) code removal

Donate via PayPal!

v1.6

6 years ago

What's in?

  • DKMS support
  • Prepend Left (L) or Right (R) for Ctrl, Shift and Alt keys
  • Replace _ENTER_ with \n
  • Append newline to keycodes (for param codes=1/2)
  • Add targets install, load, unload, uninstall to Makefile

v1.5

7 years ago

Modifications

  • Add module param codes to support hex and decimal keycodes in output

v1.4

7 years ago

Modifications

  • Coding style and readability improvements

v1.2

8 years ago

Modifications

  • Added version information to module
  • Better module description
  • Changed the source file name to project name
  • Fixed license issues, make GPL v2 (thanks @gregkh)
  • Added output example to README.txt

v1.1

8 years ago

Modifications

  • Using a 16KB buffer to log keys in debugfs
  • Using stricter permissions for debugfs log file (readable only by root)

v1.0

8 years ago

Modifications

  • Implement US keyboard grab support
  • Share the keypress log via debugfs