All Projects → cyrus-and → xkeylogger

cyrus-and / xkeylogger

Licence: other
Rootless keylogger for X

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to xkeylogger

python-keylogger
Advanced Pure-Python Keylogger
Stars: ✭ 64 (+190.91%)
Mutual labels:  keylogger
xwmfs
X11 Window-Manager file system based on FUSE
Stars: ✭ 21 (-4.55%)
Mutual labels:  xorg
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-31.82%)
Mutual labels:  xorg
Spyware
Python-based spyware for Windows that logs the foreground window activites, keyboard inputs. Furthermore it is able to take screenshots and and run shell commands in the background.
Stars: ✭ 31 (+40.91%)
Mutual labels:  keylogger
dxhd
daky's X11 Hotkey Daemon
Stars: ✭ 80 (+263.64%)
Mutual labels:  xorg
dextop
Dextop - Linux-based distribution workstation on Android
Stars: ✭ 24 (+9.09%)
Mutual labels:  xorg
xcb-util-xrm
XCB utility functions for the X resource manager
Stars: ✭ 52 (+136.36%)
Mutual labels:  xorg
SimpleKeylogger
Simple Keylogger with smtp to send emails on your account using python works on linux and Windows
Stars: ✭ 32 (+45.45%)
Mutual labels:  keylogger
Hardware-keyloggers
Different implementations of existing projects.
Stars: ✭ 19 (-13.64%)
Mutual labels:  keylogger
Python-Scripts
Some Python Scripts for Security
Stars: ✭ 80 (+263.64%)
Mutual labels:  keylogger
KeyLy
A powerfull and awesome Keylogger(Your keyboard and your mouse) realy helpfull for hackers! :-P (C/C++)
Stars: ✭ 17 (-22.73%)
Mutual labels:  keylogger
KeystrokeAPI
🔒 A simple Keylogger API written in C# that works for any Windows OS version
Stars: ✭ 84 (+281.82%)
Mutual labels:  keylogger
Lokiboard-Mod
Just Mod Version of lokiboard with remote reporting via Gmail
Stars: ✭ 29 (+31.82%)
Mutual labels:  keylogger
marathon
minimal run-or-focus launcher for Linux/X
Stars: ✭ 54 (+145.45%)
Mutual labels:  xorg
runrootless
rootless OCI container runtime with ptrace hacks (No root privileges nor SUID binaries (e.g. newuidmap) are required!)
Stars: ✭ 114 (+418.18%)
Mutual labels:  rootless
argus
Argus Advanced Remote & Local Keylogger For macOS and Windows
Stars: ✭ 87 (+295.45%)
Mutual labels:  keylogger
claw
Source code of Claw Key logger previously sold on HackForums
Stars: ✭ 33 (+50%)
Mutual labels:  keylogger
keylogger
Windows OS keylogger with a hook mechanism (i.e. with a keyboard hook procedure).
Stars: ✭ 37 (+68.18%)
Mutual labels:  keylogger
ctnr
rootless runc-based container engine - deprecated in favour of podman
Stars: ✭ 30 (+36.36%)
Mutual labels:  rootless
letterpress
A nefarious keylogger for Ubuntu. Encrypts keylogs and uploads to pastebin.
Stars: ✭ 22 (+0%)
Mutual labels:  keylogger

xkeylogger

Rootless keylogger for X.

Features

  • No root access required.

  • Keep track of the focused window and print its name too.

  • Translate raw keystrokes according to the current keyboard layout.

  • Allow to generate a statically linked executable.

  • Also log some useful non-printable keystrokes (backspace, tab, etc.).

  • Use the modifiers to write the proper glyph.

Dependencies

apt-get install libxi-dev

Build

To build a dynamically linked executable:

make

To build a statically linked executable:

make static

Usage

Dump keystrokes to a file (exit by killing the process):

xkeylogger > key.log

Sample output

[+] 06/09/2012 @ 16:44:17 : urxvt
cd /tm⇥⏎
ls⏎
mkdit⌫r test⏎

[+] 06/09/2012 @ 16:44:56 : cyrus-and/xkeylogger - Google Chrome
foo⏎

[+] 06/09/2012 @ 16:45:06 : Search · foo - Google Chrome
⌫⌫⌫bar←⌫⌦az⏎

[+] 06/09/2012 @ 16:45:28 : Search · baz - Google Chrome
⌫⌫⌫
[+] 06/09/2012 @ 16:45:33 : Google - Google Chrome
xkeylogger⏎
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].