Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 347 Bytes

Kernel_KeyLogger

👹 Kernel module key logger 👹

Description :

Capture all pressed key.

To see log : sudo cat /dev/keylogger or remove the device with rmmod keylogger to print the log as humane readable format in linux log (dmesg)

Feel free to modify the code and rename the device.

Usage :

  • make
  • sudo insmod keylogger.ko