dorneanu/ixkeylog: *NIX X11 Keylogger
2021-03-08 18:09:22 Author: github.com(查看原文) 阅读量:215 收藏

This is a X11 keylogger for Unix that basically uses xlib to interact with users keyboard. IXKeyLog will listen for certain X11 events and then trigger specific routines to handle these events.

Type './ixkeylog -h' for full list of options.

Requirements

* gcc
* make / gmake
* Xlib: libX11 / libX11-dev

Compiling

You won't need to compile the whole stuff by yourself. Just type 'make' in the root directory of the package and you'll get the available make targets. Type:

    gmake -f Makefile.[put your OS here] ixkeylog

for compiling the main binary. Use

    gmake -f Makefile.[put your OS here] clean

to cleanup everything.


文章来源: https://github.com/dorneanu/ixkeylog
如有侵权请联系:admin#unsafe.sh