https://github.com/dorneanu/ixkeylog
*NIX X11 Keylogger
https://github.com/dorneanu/ixkeylog
Last synced: 6 months ago
JSON representation
*NIX X11 Keylogger
- Host: GitHub
- URL: https://github.com/dorneanu/ixkeylog
- Owner: dorneanu
- License: other
- Created: 2013-08-23T09:13:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T07:44:23.000Z (almost 7 years ago)
- Last Synced: 2024-04-18T00:13:25.938Z (over 2 years ago)
- Language: C
- Size: 36.1 KB
- Stars: 75
- Watchers: 9
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ixkeylog
========
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.